Html Css Color HEX #394AB7 Free Speech Blue

📋 copy color: '#394AB7'

red 57 ◦ green 74 ◦ blue 183

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

Shades of Free Speech Blue #394AB7

Tints of Free Speech Blue #394AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 58.28%

R = 18.15%
G = 23.57%
B = 58.28%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#394AB7 (or 0x394AB7) is known color: Free Speech Blue. HEX triplet: 39, 4A and B7. RGB value is (57,74,183). Sum of RGB (Red+Green+Blue) = 57+74+183=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #394AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AB7 is #C6B548. Grayscale: #505050. Windows color (decimal): -13022537 or 12012089. OLE color: 12012089.

HSL color Cylindrical-coordinate representation of color #394AB7: hue angle of 231.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394AB7 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 74 183 -
CMYK 0.69 0.60 0 0.28
HSL 231.9º 0.53% 0.47% -
HSV(B) 231.9º 0.69% 0.72% -
XYZ 12.68 9.19 45.9 -
YUV 81.34 185.37 110.64 -
System Red Green Blue C M Y K H S L
Decimal 57 74 183 0.69 0.60 0 0.28 231.9 0.53 0.47
Hex 39 4A B7 45 3C 0 1C E8 34 2F
Octal 71 112 267 105 74 0 34 350 64 57
Binary 111001 1001010 10110111 1000101 111100 0 11100 11101000 110100 101111

Color Harmonies of #394AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394AB7

Black with #394AB7

Text Example


Text Example

White with #394AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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