Html Css Color HEX #395CCD Free Speech Blue

📋 copy color: '#395CCD'

red 57 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #395CCD

Tints of Free Speech Blue #395CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 16.1%
G = 25.99%
B = 57.91%

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

#395CCD (or 0x395CCD) is known color: Free Speech Blue. HEX triplet: 39, 5C and CD. RGB value is (57,92,205). Sum of RGB (Red+Green+Blue) = 57+92+205=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #395CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CCD is #C6A332. Grayscale: #5D5D5D. Windows color (decimal): -13017907 or 13458489. OLE color: 13458489.

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

Color convert

RGB 57 92 205 -
CMYK 0.72 0.55 0 0.20
HSL 225.81º 0.6% 0.51% -
HSV(B) 225.81º 0.72% 0.8% -
XYZ 16.53 12.93 59.38 -
YUV 94.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 57 92 205 0.72 0.55 0 0.20 225.81 0.6 0.51
Hex 39 5C CD 48 37 0 14 E2 3C 33
Octal 71 134 315 110 67 0 24 342 74 63
Binary 111001 1011100 11001101 1001000 110111 0 10100 11100010 111100 110011

Color Harmonies of #395CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CCD

Black with #395CCD

Text Example


Text Example

White with #395CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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