#21638E

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

Shades of Endeavour #21638E

Tints of Endeavour #21638E

Color information

#21638E (or 0x21638E) is unknown color: approx Endeavour. HEX triplet: 21, 63 and 8E. RGB value is (33,99,142). Sum of RGB (Red+Green+Blue) = 33+99+142=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #21638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21638E is #DE9C71. Grayscale: #535353. Windows color (decimal): -14589042 or 9331489. OLE color: 9331489.

HSL color Cylindrical-coordinate representation of color #21638E: hue angle of 203.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21638E is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3399142-
CMYK0.770.3000.44
HSL203.67º62.29%34.31%-
HSV(B)203.67º76.76%55.69%-
XYZ9.9711.227.23-
YUV84.17160.6391.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=12.04%
G=36.13%
B=51.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33991420.770.3000.44203.6762.2934.31
Hex21638E4D1E02Ccc3e22
Octal41143216115360543147642
Binary100001110001110001110100110111110010110011001100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21638E; }

 p { color: rgb(33,99,142); }

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

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

 a { background-color: rgb(33,99,142); }

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

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

 span { border-color: rgb(33,99,142); }

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