Html Css Color HEX #395ACE Free Speech Blue

📋 copy color: '#395ACE'

red 57 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #395ACE

Tints of Free Speech Blue #395ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 16.15%
G = 25.5%
B = 58.36%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#395ACE (or 0x395ACE) is known color: Free Speech Blue. HEX triplet: 39, 5A and CE. RGB value is (57,90,206). Sum of RGB (Red+Green+Blue) = 57+90+206=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #395ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ACE is #C6A531. Grayscale: #5C5C5C. Windows color (decimal): -13018418 or 13523513. OLE color: 13523513.

HSL color Cylindrical-coordinate representation of color #395ACE: hue angle of 226.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395ACE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 90 206 -
CMYK 0.72 0.56 0 0.19
HSL 226.71º 0.6% 0.52% -
HSV(B) 226.71º 0.72% 0.81% -
XYZ 16.48 12.64 59.96 -
YUV 93.36 191.57 102.07 -
System Red Green Blue C M Y K H S L
Decimal 57 90 206 0.72 0.56 0 0.19 226.71 0.6 0.52
Hex 39 5A CE 48 38 0 13 E3 3C 34
Octal 71 132 316 110 70 0 23 343 74 64
Binary 111001 1011010 11001110 1001000 111000 0 10011 11100011 111100 110100

Color Harmonies of #395ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395ACE

Black with #395ACE

Text Example


Text Example

White with #395ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,206); }

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

background-color css

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

 a { background-color: rgb(57,90,206); }

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

border-color css

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

 span { border-color: rgb(57,90,206); }

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