Html Css Color HEX #393BCD Free Speech Blue

📋 copy color: '#393BCD'

red 57 ◦ green 59 ◦ blue 205

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

Shades of Free Speech Blue #393BCD

Tints of Free Speech Blue #393BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 17.76%
G = 18.38%
B = 63.86%

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

#393BCD (or 0x393BCD) is known color: Free Speech Blue. HEX triplet: 39, 3B and CD. RGB value is (57,59,205). Sum of RGB (Red+Green+Blue) = 57+59+205=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #393BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BCD is #C6C432. Grayscale: #4A4A4A. Windows color (decimal): -13026355 or 13450041. OLE color: 13450041.

HSL color Cylindrical-coordinate representation of color #393BCD: hue angle of 239.19º degrees, saturation: 0.6, 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 #393BCD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 59 205 -
CMYK 0.72 0.71 0 0.20
HSL 239.19º 0.6% 0.51% -
HSV(B) 239.19º 0.72% 0.8% -
XYZ 14.27 8.41 58.63 -
YUV 75.05 201.34 115.13 -
System Red Green Blue C M Y K H S L
Decimal 57 59 205 0.72 0.71 0 0.20 239.19 0.6 0.51
Hex 39 3B CD 48 47 0 14 EF 3C 33
Octal 71 73 315 110 107 0 24 357 74 63
Binary 111001 111011 11001101 1001000 1000111 0 10100 11101111 111100 110011

Color Harmonies of #393BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BCD

Black with #393BCD

Text Example


Text Example

White with #393BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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