Html Css Color HEX #3B42CC Free Speech Blue

📋 copy color: '#3B42CC'

red 59 ◦ green 66 ◦ blue 204

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

Shades of Free Speech Blue #3B42CC

Tints of Free Speech Blue #3B42CC

RGB

 RED value IS 59 (23.44% from 255) = 17.93%

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 17.93%
G = 20.06%
B = 62.01%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3B42CC (or 0x3B42CC) is known color: Free Speech Blue. HEX triplet: 3B, 42 and CC. RGB value is (59,66,204). Sum of RGB (Red+Green+Blue) = 59+66+204=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B42CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B42CC is #C4BD33. Grayscale: #4F4F4F. Windows color (decimal): -12893492 or 13386299. OLE color: 13386299.

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

Color convert

RGB 59 66 204 -
CMYK 0.71 0.68 0 0.2
HSL 237.1º 0.59% 0.52% -
HSV(B) 237.1º 0.71% 0.8% -
XYZ 14.65 9.19 58.13 -
YUV 79.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 59 66 204 0.71 0.68 0 0.2 237.1 0.59 0.52
Hex 3B 42 CC 47 44 0 14 ED 3B 34
Octal 73 102 314 107 104 0 24 355 73 64
Binary 111011 1000010 11001100 1000111 1000100 0 10100 11101101 111011 110100

Color Harmonies of #3B42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B42CC

Black with #3B42CC

Text Example


Text Example

White with #3B42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,66,204); }

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

background-color css

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

 a { background-color: rgb(59,66,204); }

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

border-color css

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

 span { border-color: rgb(59,66,204); }

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