Html Css Color HEX #394ABE Free Speech Blue

📋 copy color: '#394ABE'

red 57 ◦ green 74 ◦ blue 190

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

Shades of Free Speech Blue #394ABE

Tints of Free Speech Blue #394ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 17.76%
G = 23.05%
B = 59.19%

CMYK

 C value IS 0.7

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#394ABE (or 0x394ABE) is known color: Free Speech Blue. HEX triplet: 39, 4A and BE. RGB value is (57,74,190). Sum of RGB (Red+Green+Blue) = 57+74+190=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #394ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ABE is #C6B541. Grayscale: #515151. Windows color (decimal): -13022530 or 12470841. OLE color: 12470841.

HSL color Cylindrical-coordinate representation of color #394ABE: hue angle of 232.33º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394ABE is Cyan = 0.7, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 74 190 -
CMYK 0.7 0.61 0 0.25
HSL 232.33º 0.54% 0.48% -
HSV(B) 232.33º 0.7% 0.75% -
XYZ 13.43 9.49 49.84 -
YUV 82.14 188.87 110.07 -
System Red Green Blue C M Y K H S L
Decimal 57 74 190 0.7 0.61 0 0.25 232.33 0.54 0.48
Hex 39 4A BE 46 3D 0 19 E8 36 30
Octal 71 112 276 106 75 0 31 350 66 60
Binary 111001 1001010 10111110 1000110 111101 0 11001 11101000 110110 110000

Color Harmonies of #394ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394ABE

Black with #394ABE

Text Example


Text Example

White with #394ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,74,190); }

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

background-color css

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

 a { background-color: rgb(57,74,190); }

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

border-color css

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

 span { border-color: rgb(57,74,190); }

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