Html Css Color HEX #395FCC Free Speech Blue

📋 copy color: '#395FCC'

red 57 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Blue #395FCC

Tints of Free Speech Blue #395FCC

RGB

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

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

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

R = 16.01%
G = 26.69%
B = 57.3%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#395FCC (or 0x395FCC) is known color: Free Speech Blue. HEX triplet: 39, 5F and CC. RGB value is (57,95,204). Sum of RGB (Red+Green+Blue) = 57+95+204=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #395FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FCC is #C6A033. Grayscale: #5F5F5F. Windows color (decimal): -13017140 or 13393721. OLE color: 13393721.

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

Color convert

RGB 57 95 204 -
CMYK 0.72 0.53 0 0.2
HSL 224.49º 0.59% 0.51% -
HSV(B) 224.49º 0.72% 0.8% -
XYZ 16.68 13.41 58.84 -
YUV 96.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 57 95 204 0.72 0.53 0 0.2 224.49 0.59 0.51
Hex 39 5F CC 48 35 0 14 E0 3B 33
Octal 71 137 314 110 65 0 24 340 73 63
Binary 111001 1011111 11001100 1001000 110101 0 10100 11100000 111011 110011

Color Harmonies of #395FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FCC

Black with #395FCC

Text Example


Text Example

White with #395FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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