Html Css Color HEX #3C31CC Free Speech Blue

📋 copy color: '#3C31CC'

red 60 ◦ green 49 ◦ blue 204

#3C31CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3C31CC

Tints of Free Speech Blue #3C31CC

RGB

 RED value IS 60 (23.83% from 255) = 19.17%

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 19.17%
G = 15.65%
B = 65.18%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3C31CC (or 0x3C31CC) is known color: Free Speech Blue. HEX triplet: 3C, 31 and CC. RGB value is (60,49,204). Sum of RGB (Red+Green+Blue) = 60+49+204=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C31CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31CC is #C3CE33. Grayscale: #454545. Windows color (decimal): -12832308 or 13381948. OLE color: 13381948.

HSL color Cylindrical-coordinate representation of color #3C31CC: hue angle of 244.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C31CC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 49 204 -
CMYK 0.71 0.76 0 0.2
HSL 244.26º 0.61% 0.5% -
HSV(B) 244.26º 0.76% 0.8% -
XYZ 13.86 7.52 57.85 -
YUV 69.96 203.64 120.9 -
System Red Green Blue C M Y K H S L
Decimal 60 49 204 0.71 0.76 0 0.2 244.26 0.61 0.5
Hex 3C 31 CC 47 4C 0 14 F4 3D 32
Octal 74 61 314 107 114 0 24 364 75 62
Binary 111100 110001 11001100 1000111 1001100 0 10100 11110100 111101 110010

Color Harmonies of #3C31CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31CC

Black with #3C31CC

Text Example


Text Example

White with #3C31CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C31CC; }

 p { color: rgb(60,49,204); }

 H1.HeaderClassName
 {
   color: #3C31CC;
 }
 .AnyTagClassName
 {
   color: #3C31CC;
 }
</style>

background-color css

<style>
 a { background-color: #3C31CC; }

 a { background-color: rgb(60,49,204); }

 div.DivClassName
 {
   background-color: #3C31CC;
 }
 .BgClassName
 {
   background-color: #3C31CC;
 }
</style>

border-color css

<style>
 span { border-color: #3C31CC; }

 span { border-color: rgb(60,49,204); }

 td.TdClassName
 {
   border-color: #3C31CC;
 }
 .TagClassName
 {
   border-color: #3C31CC;
 }
</style>