Html Css Color HEX #395DCB Free Speech Blue

📋 copy color: '#395DCB'

red 57 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Blue #395DCB

Tints of Free Speech Blue #395DCB

RGB

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

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

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

R = 16.15%
G = 26.35%
B = 57.51%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#395DCB (or 0x395DCB) is known color: Free Speech Blue. HEX triplet: 39, 5D and CB. RGB value is (57,93,203). Sum of RGB (Red+Green+Blue) = 57+93+203=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #395DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DCB is #C6A234. Grayscale: #5E5E5E. Windows color (decimal): -13017653 or 13327673. OLE color: 13327673.

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

Color convert

RGB 57 93 203 -
CMYK 0.72 0.54 0 0.20
HSL 225.21º 0.58% 0.51% -
HSV(B) 225.21º 0.72% 0.8% -
XYZ 16.38 13.01 58.15 -
YUV 94.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 57 93 203 0.72 0.54 0 0.20 225.21 0.58 0.51
Hex 39 5D CB 48 36 0 14 E1 3A 33
Octal 71 135 313 110 66 0 24 341 72 63
Binary 111001 1011101 11001011 1001000 110110 0 10100 11100001 111010 110011

Color Harmonies of #395DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DCB

Black with #395DCB

Text Example


Text Example

White with #395DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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