Html Css Color HEX #394BCC Free Speech Blue

📋 copy color: '#394BCC'

red 57 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #394BCC

Tints of Free Speech Blue #394BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

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

R = 16.96%
G = 22.32%
B = 60.71%

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

#394BCC (or 0x394BCC) is known color: Free Speech Blue. HEX triplet: 39, 4B and CC. RGB value is (57,75,204). Sum of RGB (Red+Green+Blue) = 57+75+204=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #394BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BCC is #C6B433. Grayscale: #535353. Windows color (decimal): -13022260 or 13388601. OLE color: 13388601.

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

Color convert

RGB 57 75 204 -
CMYK 0.72 0.63 0 0.2
HSL 232.65º 0.59% 0.51% -
HSV(B) 232.65º 0.72% 0.8% -
XYZ 15.1 10.26 58.31 -
YUV 84.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 57 75 204 0.72 0.63 0 0.2 232.65 0.59 0.51
Hex 39 4B CC 48 3F 0 14 E9 3B 33
Octal 71 113 314 110 77 0 24 351 73 63
Binary 111001 1001011 11001100 1001000 111111 0 10100 11101001 111011 110011

Color Harmonies of #394BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394BCC

Black with #394BCC

Text Example


Text Example

White with #394BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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