Html Css Color HEX #395DB9 Free Speech Blue

📋 copy color: '#395DB9'

red 57 ◦ green 93 ◦ blue 185

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

Shades of Free Speech Blue #395DB9

Tints of Free Speech Blue #395DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 17.01%
G = 27.76%
B = 55.22%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#395DB9 (or 0x395DB9) is known color: Free Speech Blue. HEX triplet: 39, 5D and B9. RGB value is (57,93,185). Sum of RGB (Red+Green+Blue) = 57+93+185=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #395DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DB9 is #C6A246. Grayscale: #5C5C5C. Windows color (decimal): -13017671 or 12148025. OLE color: 12148025.

HSL color Cylindrical-coordinate representation of color #395DB9: hue angle of 223.12º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #395DB9 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 93 185 -
CMYK 0.69 0.50 0 0.27
HSL 223.13º 0.53% 0.47% -
HSV(B) 223.13º 0.69% 0.73% -
XYZ 14.36 12.2 47.5 -
YUV 92.72 180.07 102.52 -
System Red Green Blue C M Y K H S L
Decimal 57 93 185 0.69 0.50 0 0.27 223.13 0.53 0.47
Hex 39 5D B9 45 32 0 1B DF 35 2F
Octal 71 135 271 105 62 0 33 337 65 57
Binary 111001 1011101 10111001 1000101 110010 0 11011 11011111 110101 101111

Color Harmonies of #395DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DB9

Black with #395DB9

Text Example


Text Example

White with #395DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395DB9; }

 p { color: rgb(57,93,185); }

 H1.HeaderClassName
 {
   color: #395DB9;
 }
 .AnyTagClassName
 {
   color: #395DB9;
 }
</style>

background-color css

<style>
 a { background-color: #395DB9; }

 a { background-color: rgb(57,93,185); }

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

border-color css

<style>
 span { border-color: #395DB9; }

 span { border-color: rgb(57,93,185); }

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