#21498C

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

Shades of Endeavour #21498C

Tints of Endeavour #21498C

Color information

#21498C (or 0x21498C) is unknown color: approx Endeavour. HEX triplet: 21, 49 and 8C. RGB value is (33,73,140). Sum of RGB (Red+Green+Blue) = 33+73+140=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #21498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21498C is #DEB673. Grayscale: #444444. Windows color (decimal): -14595700 or 9193761. OLE color: 9193761.

HSL color Cylindrical-coordinate representation of color #21498C: hue angle of 217.57º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21498C is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3373140-
CMYK0.760.4800.45
HSL217.57º61.85%33.92%-
HSV(B)217.57º76.43%54.9%-
XYZ7.746.9825.75-
YUV68.68168.25102.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 140 (55.08% from 255) = 56.91%
R=13.41%
G=29.67%
B=56.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33731400.760.4800.45217.5761.8533.92
Hex21498C4C3002Dda3e22
Octal41111214114600553327642
Binary1000011001001100011001001100110000010110111011010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21498C; }

 p { color: rgb(33,73,140); }

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

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

 a { background-color: rgb(33,73,140); }

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

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

 span { border-color: rgb(33,73,140); }

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