Html Css Color HEX #393FB5 Free Speech Blue

📋 copy color: '#393FB5'

red 57 ◦ green 63 ◦ blue 181

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

Shades of Free Speech Blue #393FB5

Tints of Free Speech Blue #393FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 181 (71.09% from 255) = 60.13%

R = 18.94%
G = 20.93%
B = 60.13%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#393FB5 (or 0x393FB5) is known color: Free Speech Blue. HEX triplet: 39, 3F and B5. RGB value is (57,63,181). Sum of RGB (Red+Green+Blue) = 57+63+181=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 181 (71.09% from 255 or 60.13% from 301); Max value from RGB is 181 - color contains mainly: blue. Hex color #393FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FB5 is #C6C04A. Grayscale: #4A4A4A. Windows color (decimal): -13025355 or 11878201. OLE color: 11878201.

HSL color Cylindrical-coordinate representation of color #393FB5: hue angle of 237.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #393FB5 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 63 181 -
CMYK 0.69 0.65 0 0.29
HSL 237.1º 0.52% 0.47% -
HSV(B) 237.1º 0.69% 0.71% -
XYZ 11.81 7.76 44.59 -
YUV 74.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 57 63 181 0.69 0.65 0 0.29 237.1 0.52 0.47
Hex 39 3F B5 45 41 0 1D ED 34 2F
Octal 71 77 265 105 101 0 35 355 64 57
Binary 111001 111111 10110101 1000101 1000001 0 11101 11101101 110100 101111

Color Harmonies of #393FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FB5

Black with #393FB5

Text Example


Text Example

White with #393FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393FB5; }

 p { color: rgb(57,63,181); }

 H1.HeaderClassName
 {
   color: #393FB5;
 }
 .AnyTagClassName
 {
   color: #393FB5;
 }
</style>

background-color css

<style>
 a { background-color: #393FB5; }

 a { background-color: rgb(57,63,181); }

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

border-color css

<style>
 span { border-color: #393FB5; }

 span { border-color: rgb(57,63,181); }

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