Html Css Color HEX #394BBA Free Speech Blue

📋 copy color: '#394BBA'

red 57 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Blue #394BBA

Tints of Free Speech Blue #394BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.58%

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 17.92%
G = 23.58%
B = 58.49%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#394BBA (or 0x394BBA) is known color: Free Speech Blue. HEX triplet: 39, 4B and BA. RGB value is (57,75,186). Sum of RGB (Red+Green+Blue) = 57+75+186=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #394BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BBA is #C6B445. Grayscale: #515151. Windows color (decimal): -13022278 or 12208953. OLE color: 12208953.

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

Color convert

RGB 57 75 186 -
CMYK 0.69 0.60 0 0.27
HSL 231.63º 0.53% 0.48% -
HSV(B) 231.63º 0.69% 0.73% -
XYZ 13.07 9.45 47.59 -
YUV 82.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 57 75 186 0.69 0.60 0 0.27 231.63 0.53 0.48
Hex 39 4B BA 45 3C 0 1B E8 35 30
Octal 71 113 272 105 74 0 33 350 65 60
Binary 111001 1001011 10111010 1000101 111100 0 11011 11101000 110101 110000

Color Harmonies of #394BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394BBA

Black with #394BBA

Text Example


Text Example

White with #394BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,186); }

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

background-color css

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

 a { background-color: rgb(57,75,186); }

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

border-color css

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

 span { border-color: rgb(57,75,186); }

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