#215298

Color #215298 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #215298

Tints of Endeavour #215298

Color information

#215298 (or 0x215298) is unknown color: approx Endeavour. HEX triplet: 21, 52 and 98. RGB value is (33,82,152). Sum of RGB (Red+Green+Blue) = 33+82+152=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #215298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215298 is #DEAD67. Grayscale: #4B4B4B. Windows color (decimal): -14593384 or 9982497. OLE color: 9982497.

HSL color Cylindrical-coordinate representation of color #215298: hue angle of 215.29º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215298 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3382152-
CMYK0.780.4600.40
HSL215.29º64.32%36.27%-
HSV(B)215.29º78.29%59.61%-
XYZ9.318.6230.88-
YUV75.33171.2797.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=12.36%
G=30.71%
B=56.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33821520.780.4600.40215.2964.3236.27
Hex2152984E2E028d74024
Octal411222301165605032710044
Binary10000110100101001100010011101011100101000110101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215298; }

 p { color: rgb(33,82,152); }

 H1.HeaderClassName
 {
   color: #215298;
 }
 .AnyTagClassName
 {
   color: #215298;
 }
</style>
background-color css

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

 a { background-color: rgb(33,82,152); }

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

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

 span { border-color: rgb(33,82,152); }

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