Html Css Color HEX #393EBA Free Speech Blue

📋 copy color: '#393EBA'

red 57 ◦ green 62 ◦ blue 186

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

Shades of Free Speech Blue #393EBA

Tints of Free Speech Blue #393EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

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

R = 18.69%
G = 20.33%
B = 60.98%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#393EBA (or 0x393EBA) is known color: Free Speech Blue. HEX triplet: 39, 3E and BA. RGB value is (57,62,186). Sum of RGB (Red+Green+Blue) = 57+62+186=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #393EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393EBA is #C6C145. Grayscale: #4A4A4A. Windows color (decimal): -13025606 or 12205625. OLE color: 12205625.

HSL color Cylindrical-coordinate representation of color #393EBA: hue angle of 237.67º 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 #393EBA is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 62 186 -
CMYK 0.69 0.67 0 0.27
HSL 237.67º 0.53% 0.48% -
HSV(B) 237.67º 0.69% 0.73% -
XYZ 12.27 7.86 47.32 -
YUV 74.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 57 62 186 0.69 0.67 0 0.27 237.67 0.53 0.48
Hex 39 3E BA 45 43 0 1B EE 35 30
Octal 71 76 272 105 103 0 33 356 65 60
Binary 111001 111110 10111010 1000101 1000011 0 11011 11101110 110101 110000

Color Harmonies of #393EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393EBA

Black with #393EBA

Text Example


Text Example

White with #393EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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