Html Css Color HEX #394CBB Free Speech Blue

📋 copy color: '#394CBB'

red 57 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Blue #394CBB

Tints of Free Speech Blue #394CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 17.81%
G = 23.75%
B = 58.44%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#394CBB (or 0x394CBB) is known color: Free Speech Blue. HEX triplet: 39, 4C and BB. RGB value is (57,76,187). Sum of RGB (Red+Green+Blue) = 57+76+187=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #394CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CBB is #C6B344. Grayscale: #525252. Windows color (decimal): -13022021 or 12274745. OLE color: 12274745.

HSL color Cylindrical-coordinate representation of color #394CBB: hue angle of 231.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394CBB is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 76 187 -
CMYK 0.70 0.59 0 0.27
HSL 231.23º 0.53% 0.48% -
HSV(B) 231.23º 0.7% 0.73% -
XYZ 13.24 9.63 48.17 -
YUV 82.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 57 76 187 0.70 0.59 0 0.27 231.23 0.53 0.48
Hex 39 4C BB 46 3B 0 1B E7 35 30
Octal 71 114 273 106 73 0 33 347 65 60
Binary 111001 1001100 10111011 1000110 111011 0 11011 11100111 110101 110000

Color Harmonies of #394CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CBB

Black with #394CBB

Text Example


Text Example

White with #394CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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