Html Css Color HEX #3A47CC Free Speech Blue

📋 copy color: '#3A47CC'

red 58 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Blue #3A47CC

Tints of Free Speech Blue #3A47CC

RGB

 RED value IS 58 (23.05% from 255) = 17.42%

 GREEN value IS 71 (28.13% from 255) = 21.32%

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

R = 17.42%
G = 21.32%
B = 61.26%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A47CC (or 0x3A47CC) is known color: Free Speech Blue. HEX triplet: 3A, 47 and CC. RGB value is (58,71,204). Sum of RGB (Red+Green+Blue) = 58+71+204=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A47CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A47CC is #C5B833. Grayscale: #515151. Windows color (decimal): -12957748 or 13387578. OLE color: 13387578.

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

Color convert

RGB 58 71 204 -
CMYK 0.72 0.65 0 0.2
HSL 234.66º 0.59% 0.51% -
HSV(B) 234.66º 0.72% 0.8% -
XYZ 14.9 9.77 58.23 -
YUV 82.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 58 71 204 0.72 0.65 0 0.2 234.66 0.59 0.51
Hex 3A 47 CC 48 41 0 14 EB 3B 33
Octal 72 107 314 110 101 0 24 353 73 63
Binary 111010 1000111 11001100 1001000 1000001 0 10100 11101011 111011 110011

Color Harmonies of #3A47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A47CC

Black with #3A47CC

Text Example


Text Example

White with #3A47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,204); }

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

background-color css

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

 a { background-color: rgb(58,71,204); }

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

border-color css

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

 span { border-color: rgb(58,71,204); }

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