Html Css Color HEX #393FBB Free Speech Blue

📋 copy color: '#393FBB'

red 57 ◦ green 63 ◦ blue 187

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

Shades of Free Speech Blue #393FBB

Tints of Free Speech Blue #393FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 18.57%
G = 20.52%
B = 60.91%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#393FBB (or 0x393FBB) is known color: Free Speech Blue. HEX triplet: 39, 3F and BB. RGB value is (57,63,187). Sum of RGB (Red+Green+Blue) = 57+63+187=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #393FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FBB is #C6C044. Grayscale: #4A4A4A. Windows color (decimal): -13025349 or 12271417. OLE color: 12271417.

HSL color Cylindrical-coordinate representation of color #393FBB: hue angle of 237.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393FBB is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 63 187 -
CMYK 0.70 0.66 0 0.27
HSL 237.23º 0.53% 0.48% -
HSV(B) 237.23º 0.7% 0.73% -
XYZ 12.43 8.01 47.9 -
YUV 75.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 57 63 187 0.70 0.66 0 0.27 237.23 0.53 0.48
Hex 39 3F BB 46 42 0 1B ED 35 30
Octal 71 77 273 106 102 0 33 355 65 60
Binary 111001 111111 10111011 1000110 1000010 0 11011 11101101 110101 110000

Color Harmonies of #393FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FBB

Black with #393FBB

Text Example


Text Example

White with #393FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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