Html Css Color HEX #415288 Tory Blue

📋 copy color: '#415288'

red 65 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #415288

Tints of Tory Blue #415288

RGB

 RED value IS 65 (25.78% from 255) = 22.97%

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

 BLUE value IS 136 (53.52% from 255) = 48.06%

R = 22.97%
G = 28.98%
B = 48.06%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415288 (or 0x415288) is known color: Tory Blue. HEX triplet: 41, 52 and 88. RGB value is (65,82,136). Sum of RGB (Red+Green+Blue) = 65+82+136=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #415288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415288 is #BEAD77. Grayscale: #525252. Windows color (decimal): -12496248 or 8933953. OLE color: 8933953.

HSL color Cylindrical-coordinate representation of color #415288: hue angle of 225.63º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #415288 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 82 136 -
CMYK 0.52 0.40 0 0.47
HSL 225.63º 0.35% 0.39% -
HSV(B) 225.63º 0.52% 0.53% -
XYZ 9.64 8.94 24.51 -
YUV 83.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 65 82 136 0.52 0.40 0 0.47 225.63 0.35 0.39
Hex 41 52 88 34 28 0 2F E2 23 27
Octal 101 122 210 64 50 0 57 342 43 47
Binary 1000001 1010010 10001000 110100 101000 0 101111 11100010 100011 100111

Color Harmonies of #415288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415288

Black with #415288

Text Example


Text Example

White with #415288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415288; }

 p { color: rgb(65,82,136); }

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

background-color css

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

 a { background-color: rgb(65,82,136); }

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

border-color css

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

 span { border-color: rgb(65,82,136); }

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