Html Css Color HEX #393DBB Free Speech Blue

📋 copy color: '#393DBB'

red 57 ◦ green 61 ◦ blue 187

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

Shades of Free Speech Blue #393DBB

Tints of Free Speech Blue #393DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 18.69%
G = 20%
B = 61.31%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#393DBB (or 0x393DBB) is known color: Free Speech Blue. HEX triplet: 39, 3D and BB. RGB value is (57,61,187). Sum of RGB (Red+Green+Blue) = 57+61+187=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #393DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DBB is #C6C244. Grayscale: #494949. Windows color (decimal): -13025861 or 12270905. OLE color: 12270905.

HSL color Cylindrical-coordinate representation of color #393DBB: hue angle of 238.15º 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 #393DBB is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 61 187 -
CMYK 0.70 0.67 0 0.27
HSL 238.15º 0.53% 0.48% -
HSV(B) 238.15º 0.7% 0.73% -
XYZ 12.33 7.8 47.87 -
YUV 74.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 57 61 187 0.70 0.67 0 0.27 238.15 0.53 0.48
Hex 39 3D BB 46 43 0 1B EE 35 30
Octal 71 75 273 106 103 0 33 356 65 60
Binary 111001 111101 10111011 1000110 1000011 0 11011 11101110 110101 110000

Color Harmonies of #393DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DBB

Black with #393DBB

Text Example


Text Example

White with #393DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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