Html Css Color HEX #395DCD Free Speech Blue

📋 copy color: '#395DCD'

red 57 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #395DCD

Tints of Free Speech Blue #395DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 16.06%
G = 26.2%
B = 57.75%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#395DCD (or 0x395DCD) is known color: Free Speech Blue. HEX triplet: 39, 5D and CD. RGB value is (57,93,205). Sum of RGB (Red+Green+Blue) = 57+93+205=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #395DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DCD is #C6A232. Grayscale: #5E5E5E. Windows color (decimal): -13017651 or 13458745. OLE color: 13458745.

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

Color convert

RGB 57 93 205 -
CMYK 0.72 0.55 0 0.20
HSL 225.41º 0.6% 0.51% -
HSV(B) 225.41º 0.72% 0.8% -
XYZ 16.62 13.11 59.41 -
YUV 95 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 57 93 205 0.72 0.55 0 0.20 225.41 0.6 0.51
Hex 39 5D CD 48 37 0 14 E1 3C 33
Octal 71 135 315 110 67 0 24 341 74 63
Binary 111001 1011101 11001101 1001000 110111 0 10100 11100001 111100 110011

Color Harmonies of #395DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DCD

Black with #395DCD

Text Example


Text Example

White with #395DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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