Html Css Color HEX #394CCE Free Speech Blue

📋 copy color: '#394CCE'

red 57 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #394CCE

Tints of Free Speech Blue #394CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 16.81%
G = 22.42%
B = 60.77%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#394CCE (or 0x394CCE) is known color: Free Speech Blue. HEX triplet: 39, 4C and CE. RGB value is (57,76,206). Sum of RGB (Red+Green+Blue) = 57+76+206=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #394CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CCE is #C6B331. Grayscale: #545454. Windows color (decimal): -13022002 or 13519929. OLE color: 13519929.

HSL color Cylindrical-coordinate representation of color #394CCE: hue angle of 232.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394CCE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 76 206 -
CMYK 0.72 0.63 0 0.19
HSL 232.35º 0.6% 0.52% -
HSV(B) 232.35º 0.72% 0.81% -
XYZ 15.41 10.49 59.61 -
YUV 85.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 57 76 206 0.72 0.63 0 0.19 232.35 0.6 0.52
Hex 39 4C CE 48 3F 0 13 E8 3C 34
Octal 71 114 316 110 77 0 23 350 74 64
Binary 111001 1001100 11001110 1001000 111111 0 10011 11101000 111100 110100

Color Harmonies of #394CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CCE

Black with #394CCE

Text Example


Text Example

White with #394CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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