Html Css Color HEX #393CBD Free Speech Blue

📋 copy color: '#393CBD'

red 57 ◦ green 60 ◦ blue 189

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

Shades of Free Speech Blue #393CBD

Tints of Free Speech Blue #393CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.76%

R = 18.63%
G = 19.61%
B = 61.76%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#393CBD (or 0x393CBD) is known color: Free Speech Blue. HEX triplet: 39, 3C and BD. RGB value is (57,60,189). Sum of RGB (Red+Green+Blue) = 57+60+189=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #393CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CBD is #C6C342. Grayscale: #494949. Windows color (decimal): -13026115 or 12401721. OLE color: 12401721.

HSL color Cylindrical-coordinate representation of color #393CBD: hue angle of 238.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393CBD is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 60 189 -
CMYK 0.70 0.68 0 0.26
HSL 238.64º 0.54% 0.48% -
HSV(B) 238.64º 0.7% 0.74% -
XYZ 12.49 7.78 48.99 -
YUV 73.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 57 60 189 0.70 0.68 0 0.26 238.64 0.54 0.48
Hex 39 3C BD 46 44 0 1A EF 36 30
Octal 71 74 275 106 104 0 32 357 66 60
Binary 111001 111100 10111101 1000110 1000100 0 11010 11101111 110110 110000

Color Harmonies of #393CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CBD

Black with #393CBD

Text Example


Text Example

White with #393CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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