Html Css Color HEX #395299 Tory Blue

📋 copy color: '#395299'

red 57 ◦ green 82 ◦ blue 153

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

Shades of Tory Blue #395299

Tints of Tory Blue #395299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 19.52%
G = 28.08%
B = 52.4%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#395299 (or 0x395299) is known color: Tory Blue. HEX triplet: 39, 52 and 99. RGB value is (57,82,153). Sum of RGB (Red+Green+Blue) = 57+82+153=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #395299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395299 is #C6AD66. Grayscale: #525252. Windows color (decimal): -13020519 or 10048057. OLE color: 10048057.

HSL color Cylindrical-coordinate representation of color #395299: hue angle of 224.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395299 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 82 153 -
CMYK 0.63 0.46 0 0.4
HSL 224.38º 0.46% 0.41% -
HSV(B) 224.38º 0.63% 0.6% -
XYZ 10.45 9.2 31.36 -
YUV 82.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 57 82 153 0.63 0.46 0 0.4 224.38 0.46 0.41
Hex 39 52 99 3F 2E 0 28 E0 2E 29
Octal 71 122 231 77 56 0 50 340 56 51
Binary 111001 1010010 10011001 111111 101110 0 101000 11100000 101110 101001

Color Harmonies of #395299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395299

Black with #395299

Text Example


Text Example

White with #395299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395299; }

 p { color: rgb(57,82,153); }

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

background-color css

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

 a { background-color: rgb(57,82,153); }

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

border-color css

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

 span { border-color: rgb(57,82,153); }

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