Html Css Color HEX #393BCB Free Speech Blue

📋 copy color: '#393BCB'

red 57 ◦ green 59 ◦ blue 203

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

Shades of Free Speech Blue #393BCB

Tints of Free Speech Blue #393BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.5%

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 17.87%
G = 18.5%
B = 63.64%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#393BCB (or 0x393BCB) is known color: Free Speech Blue. HEX triplet: 39, 3B and CB. RGB value is (57,59,203). Sum of RGB (Red+Green+Blue) = 57+59+203=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #393BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BCB is #C6C434. Grayscale: #4A4A4A. Windows color (decimal): -13026357 or 13318969. OLE color: 13318969.

HSL color Cylindrical-coordinate representation of color #393BCB: hue angle of 239.18º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393BCB is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 59 203 -
CMYK 0.72 0.71 0 0.20
HSL 239.18º 0.58% 0.51% -
HSV(B) 239.18º 0.72% 0.8% -
XYZ 14.03 8.31 57.36 -
YUV 74.82 200.34 115.29 -
System Red Green Blue C M Y K H S L
Decimal 57 59 203 0.72 0.71 0 0.20 239.18 0.58 0.51
Hex 39 3B CB 48 47 0 14 EF 3A 33
Octal 71 73 313 110 107 0 24 357 72 63
Binary 111001 111011 11001011 1001000 1000111 0 10100 11101111 111010 110011

Color Harmonies of #393BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BCB

Black with #393BCB

Text Example


Text Example

White with #393BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,59,203); }

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

background-color css

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

 a { background-color: rgb(57,59,203); }

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

border-color css

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

 span { border-color: rgb(57,59,203); }

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