Html Css Color HEX #393FCB Free Speech Blue

📋 copy color: '#393FCB'

red 57 ◦ green 63 ◦ blue 203

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

Shades of Free Speech Blue #393FCB

Tints of Free Speech Blue #393FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 17.65%
G = 19.5%
B = 62.85%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#393FCB (or 0x393FCB) is known color: Free Speech Blue. HEX triplet: 39, 3F and CB. RGB value is (57,63,203). Sum of RGB (Red+Green+Blue) = 57+63+203=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #393FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FCB is #C6C034. Grayscale: #4C4C4C. Windows color (decimal): -13025333 or 13319993. OLE color: 13319993.

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

Color convert

RGB 57 63 203 -
CMYK 0.72 0.69 0 0.20
HSL 237.53º 0.58% 0.51% -
HSV(B) 237.53º 0.72% 0.8% -
XYZ 14.24 8.74 57.44 -
YUV 77.17 199.01 113.62 -
System Red Green Blue C M Y K H S L
Decimal 57 63 203 0.72 0.69 0 0.20 237.53 0.58 0.51
Hex 39 3F CB 48 45 0 14 EE 3A 33
Octal 71 77 313 110 105 0 24 356 72 63
Binary 111001 111111 11001011 1001000 1000101 0 10100 11101110 111010 110011

Color Harmonies of #393FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FCB

Black with #393FCB

Text Example


Text Example

White with #393FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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