Html Css Color HEX #415888 Tory Blue

📋 copy color: '#415888'

red 65 ◦ green 88 ◦ blue 136

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

Shades of Tory Blue #415888

Tints of Tory Blue #415888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 22.49%
G = 30.45%
B = 47.06%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415888 (or 0x415888) is known color: Tory Blue. HEX triplet: 41, 58 and 88. RGB value is (65,88,136). Sum of RGB (Red+Green+Blue) = 65+88+136=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #415888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415888 is #BEA777. Grayscale: #565656. Windows color (decimal): -12494712 or 8935489. OLE color: 8935489.

HSL color Cylindrical-coordinate representation of color #415888: hue angle of 220.56º 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 #415888 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 88 136 -
CMYK 0.52 0.35 0 0.47
HSL 220.56º 0.35% 0.39% -
HSV(B) 220.56º 0.52% 0.53% -
XYZ 10.11 9.88 24.67 -
YUV 86.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 65 88 136 0.52 0.35 0 0.47 220.56 0.35 0.39
Hex 41 58 88 34 23 0 2F DD 23 27
Octal 101 130 210 64 43 0 57 335 43 47
Binary 1000001 1011000 10001000 110100 100011 0 101111 11011101 100011 100111

Color Harmonies of #415888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415888

Black with #415888

Text Example


Text Example

White with #415888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415888; }

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

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

background-color css

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

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

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

border-color css

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

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

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