Html Css Color HEX #393CDA Free Speech Blue

📋 copy color: '#393CDA'

red 57 ◦ green 60 ◦ blue 218

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

Shades of Free Speech Blue #393CDA

Tints of Free Speech Blue #393CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 17.01%
G = 17.91%
B = 65.07%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#393CDA (or 0x393CDA) is known color: Free Speech Blue. HEX triplet: 39, 3C and DA. RGB value is (57,60,218). Sum of RGB (Red+Green+Blue) = 57+60+218=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #393CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CDA is #C6C325. Grayscale: #4C4C4C. Windows color (decimal): -13026086 or 14302265. OLE color: 14302265.

HSL color Cylindrical-coordinate representation of color #393CDA: hue angle of 238.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393CDA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 60 218 -
CMYK 0.74 0.72 0 0.15
HSL 238.88º 0.69% 0.54% -
HSV(B) 238.88º 0.74% 0.85% -
XYZ 15.96 9.16 67.26 -
YUV 77.12 207.51 113.65 -
System Red Green Blue C M Y K H S L
Decimal 57 60 218 0.74 0.72 0 0.15 238.88 0.69 0.54
Hex 39 3C DA 4A 48 0 F EF 45 36
Octal 71 74 332 112 110 0 17 357 105 66
Binary 111001 111100 11011010 1001010 1001000 0 1111 11101111 1000101 110110

Color Harmonies of #393CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CDA

Black with #393CDA

Text Example


Text Example

White with #393CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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