Html Css Color HEX #393ACD Free Speech Blue

📋 copy color: '#393ACD'

red 57 ◦ green 58 ◦ blue 205

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

Shades of Free Speech Blue #393ACD

Tints of Free Speech Blue #393ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 17.81%
G = 18.13%
B = 64.06%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#393ACD (or 0x393ACD) is known color: Free Speech Blue. HEX triplet: 39, 3A and CD. RGB value is (57,58,205). Sum of RGB (Red+Green+Blue) = 57+58+205=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #393ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ACD is #C6C532. Grayscale: #494949. Windows color (decimal): -13026611 or 13449785. OLE color: 13449785.

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

Color convert

RGB 57 58 205 -
CMYK 0.72 0.72 0 0.20
HSL 239.59º 0.6% 0.51% -
HSV(B) 239.59º 0.72% 0.8% -
XYZ 14.22 8.3 58.61 -
YUV 74.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 57 58 205 0.72 0.72 0 0.20 239.59 0.6 0.51
Hex 39 3A CD 48 48 0 14 F0 3C 33
Octal 71 72 315 110 110 0 24 360 74 63
Binary 111001 111010 11001101 1001000 1001000 0 10100 11110000 111100 110011

Color Harmonies of #393ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ACD

Black with #393ACD

Text Example


Text Example

White with #393ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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