Html Css Color HEX #395FCD Free Speech Blue

📋 copy color: '#395FCD'

red 57 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #395FCD

Tints of Free Speech Blue #395FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.61%

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

R = 15.97%
G = 26.61%
B = 57.42%

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

#395FCD (or 0x395FCD) is known color: Free Speech Blue. HEX triplet: 39, 5F and CD. RGB value is (57,95,205). Sum of RGB (Red+Green+Blue) = 57+95+205=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #395FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FCD is #C6A032. Grayscale: #5F5F5F. Windows color (decimal): -13017139 or 13459257. OLE color: 13459257.

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

Color convert

RGB 57 95 205 -
CMYK 0.72 0.54 0 0.20
HSL 224.59º 0.6% 0.51% -
HSV(B) 224.59º 0.72% 0.8% -
XYZ 16.8 13.46 59.47 -
YUV 96.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 57 95 205 0.72 0.54 0 0.20 224.59 0.6 0.51
Hex 39 5F CD 48 36 0 14 E1 3C 33
Octal 71 137 315 110 66 0 24 341 74 63
Binary 111001 1011111 11001101 1001000 110110 0 10100 11100001 111100 110011

Color Harmonies of #395FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FCD

Black with #395FCD

Text Example


Text Example

White with #395FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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