Html Css Color HEX #394CE2 Free Speech Blue

📋 copy color: '#394CE2'

red 57 ◦ green 76 ◦ blue 226

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

Shades of Free Speech Blue #394CE2

Tints of Free Speech Blue #394CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 62.95%

R = 15.88%
G = 21.17%
B = 62.95%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#394CE2 (or 0x394CE2) is known color: Free Speech Blue. HEX triplet: 39, 4C and E2. RGB value is (57,76,226). Sum of RGB (Red+Green+Blue) = 57+76+226=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 226 (88.67% from 255 or 62.95% from 359); Max value from RGB is 226 - color contains mainly: blue. Hex color #394CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CE2 is #C6B31D. Grayscale: #565656. Windows color (decimal): -13021982 or 14830649. OLE color: 14830649.

HSL color Cylindrical-coordinate representation of color #394CE2: hue angle of 233.25º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394CE2 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 57 76 226 -
CMYK 0.75 0.66 0 0.11
HSL 233.25º 0.74% 0.55% -
HSV(B) 233.25º 0.75% 0.89% -
XYZ 18 11.53 73.23 -
YUV 87.42 206.21 106.3 -
System Red Green Blue C M Y K H S L
Decimal 57 76 226 0.75 0.66 0 0.11 233.25 0.74 0.55
Hex 39 4C E2 4B 42 0 B E9 4A 37
Octal 71 114 342 113 102 0 13 351 112 67
Binary 111001 1001100 11100010 1001011 1000010 0 1011 11101001 1001010 110111

Color Harmonies of #394CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CE2

Black with #394CE2

Text Example


Text Example

White with #394CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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