Html Css Color HEX #393CBA Free Speech Blue

📋 copy color: '#393CBA'

red 57 ◦ green 60 ◦ blue 186

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

Shades of Free Speech Blue #393CBA

Tints of Free Speech Blue #393CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.8%

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

R = 18.81%
G = 19.8%
B = 61.39%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#393CBA (or 0x393CBA) is known color: Free Speech Blue. HEX triplet: 39, 3C and BA. RGB value is (57,60,186). Sum of RGB (Red+Green+Blue) = 57+60+186=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #393CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CBA is #C6C345. Grayscale: #484848. Windows color (decimal): -13026118 or 12205113. OLE color: 12205113.

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

Color convert

RGB 57 60 186 -
CMYK 0.69 0.68 0 0.27
HSL 238.6º 0.53% 0.48% -
HSV(B) 238.6º 0.69% 0.73% -
XYZ 12.17 7.65 47.29 -
YUV 73.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 57 60 186 0.69 0.68 0 0.27 238.6 0.53 0.48
Hex 39 3C BA 45 44 0 1B EF 35 30
Octal 71 74 272 105 104 0 33 357 65 60
Binary 111001 111100 10111010 1000101 1000100 0 11011 11101111 110101 110000

Color Harmonies of #393CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CBA

Black with #393CBA

Text Example


Text Example

White with #393CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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