Html Css Color HEX #395CCC Free Speech Blue

📋 copy color: '#395CCC'

red 57 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Blue #395CCC

Tints of Free Speech Blue #395CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 16.15%
G = 26.06%
B = 57.79%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#395CCC (or 0x395CCC) is known color: Free Speech Blue. HEX triplet: 39, 5C and CC. RGB value is (57,92,204). Sum of RGB (Red+Green+Blue) = 57+92+204=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #395CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CCC is #C6A333. Grayscale: #5D5D5D. Windows color (decimal): -13017908 or 13392953. OLE color: 13392953.

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

Color convert

RGB 57 92 204 -
CMYK 0.72 0.55 0 0.2
HSL 225.71º 0.59% 0.51% -
HSV(B) 225.71º 0.72% 0.8% -
XYZ 16.41 12.88 58.75 -
YUV 94.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 57 92 204 0.72 0.55 0 0.2 225.71 0.59 0.51
Hex 39 5C CC 48 37 0 14 E2 3B 33
Octal 71 134 314 110 67 0 24 342 73 63
Binary 111001 1011100 11001100 1001000 110111 0 10100 11100010 111011 110011

Color Harmonies of #395CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CCC

Black with #395CCC

Text Example


Text Example

White with #395CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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