Html Css Color HEX #393DBA Free Speech Blue

📋 copy color: '#393DBA'

red 57 ◦ green 61 ◦ blue 186

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

Shades of Free Speech Blue #393DBA

Tints of Free Speech Blue #393DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

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

R = 18.75%
G = 20.07%
B = 61.18%

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

#393DBA (or 0x393DBA) is known color: Free Speech Blue. HEX triplet: 39, 3D and BA. RGB value is (57,61,186). Sum of RGB (Red+Green+Blue) = 57+61+186=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #393DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DBA is #C6C245. Grayscale: #494949. Windows color (decimal): -13025862 or 12205369. OLE color: 12205369.

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

Color convert

RGB 57 61 186 -
CMYK 0.69 0.67 0 0.27
HSL 238.14º 0.53% 0.48% -
HSV(B) 238.14º 0.69% 0.73% -
XYZ 12.22 7.75 47.31 -
YUV 74.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 57 61 186 0.69 0.67 0 0.27 238.14 0.53 0.48
Hex 39 3D BA 45 43 0 1B EE 35 30
Octal 71 75 272 105 103 0 33 356 65 60
Binary 111001 111101 10111010 1000101 1000011 0 11011 11101110 110101 110000

Color Harmonies of #393DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DBA

Black with #393DBA

Text Example


Text Example

White with #393DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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