Html Css Color HEX #393CDC Free Speech Blue

📋 copy color: '#393CDC'

red 57 ◦ green 60 ◦ blue 220

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

Shades of Free Speech Blue #393CDC

Tints of Free Speech Blue #393CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 16.91%
G = 17.8%
B = 65.28%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#393CDC (or 0x393CDC) is known color: Free Speech Blue. HEX triplet: 39, 3C and DC. RGB value is (57,60,220). Sum of RGB (Red+Green+Blue) = 57+60+220=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #393CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CDC is #C6C323. Grayscale: #4C4C4C. Windows color (decimal): -13026084 or 14433337. OLE color: 14433337.

HSL color Cylindrical-coordinate representation of color #393CDC: hue angle of 238.9º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393CDC is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 60 220 -
CMYK 0.74 0.73 0 0.14
HSL 238.9º 0.7% 0.54% -
HSV(B) 238.9º 0.74% 0.86% -
XYZ 16.22 9.27 68.64 -
YUV 77.34 208.51 113.49 -
System Red Green Blue C M Y K H S L
Decimal 57 60 220 0.74 0.73 0 0.14 238.9 0.7 0.54
Hex 39 3C DC 4A 49 0 E EF 46 36
Octal 71 74 334 112 111 0 16 357 106 66
Binary 111001 111100 11011100 1001010 1001001 0 1110 11101111 1000110 110110

Color Harmonies of #393CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CDC

Black with #393CDC

Text Example


Text Example

White with #393CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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