Html Css Color HEX #394CCC Free Speech Blue

📋 copy color: '#394CCC'

red 57 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Blue #394CCC

Tints of Free Speech Blue #394CCC

RGB

 RED value IS 57 (22.66% from 255) = 16.91%

 GREEN value IS 76 (30.08% from 255) = 22.55%

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

R = 16.91%
G = 22.55%
B = 60.53%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#394CCC (or 0x394CCC) is known color: Free Speech Blue. HEX triplet: 39, 4C and CC. RGB value is (57,76,204). Sum of RGB (Red+Green+Blue) = 57+76+204=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #394CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CCC is #C6B333. Grayscale: #545454. Windows color (decimal): -13022004 or 13388857. OLE color: 13388857.

HSL color Cylindrical-coordinate representation of color #394CCC: hue angle of 232.24º 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 #394CCC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 76 204 -
CMYK 0.72 0.63 0 0.2
HSL 232.24º 0.59% 0.51% -
HSV(B) 232.24º 0.72% 0.8% -
XYZ 15.17 10.4 58.33 -
YUV 84.91 195.21 108.09 -
System Red Green Blue C M Y K H S L
Decimal 57 76 204 0.72 0.63 0 0.2 232.24 0.59 0.51
Hex 39 4C CC 48 3F 0 14 E8 3B 33
Octal 71 114 314 110 77 0 24 350 73 63
Binary 111001 1001100 11001100 1001000 111111 0 10100 11101000 111011 110011

Color Harmonies of #394CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CCC

Black with #394CCC

Text Example


Text Example

White with #394CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394CCC; }

 p { color: rgb(57,76,204); }

 H1.HeaderClassName
 {
   color: #394CCC;
 }
 .AnyTagClassName
 {
   color: #394CCC;
 }
</style>

background-color css

<style>
 a { background-color: #394CCC; }

 a { background-color: rgb(57,76,204); }

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

border-color css

<style>
 span { border-color: #394CCC; }

 span { border-color: rgb(57,76,204); }

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