#22638C

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

Shades of Endeavour #22638C

Tints of Endeavour #22638C

Color information

#22638C (or 0x22638C) is unknown color: approx Endeavour. HEX triplet: 22, 63 and 8C. RGB value is (34,99,140). Sum of RGB (Red+Green+Blue) = 34+99+140=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #22638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22638C is #DD9C73. Grayscale: #545454. Windows color (decimal): -14523508 or 9200418. OLE color: 9200418.

HSL color Cylindrical-coordinate representation of color #22638C: hue angle of 203.21º degrees, saturation: 0.61, 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 #22638C is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3499140-
CMYK0.760.2900.45
HSL203.21º60.92%34.12%-
HSV(B)203.21º75.71%54.9%-
XYZ9.8611.1626.45-
YUV84.24159.4792.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=12.45%
G=36.26%
B=51.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34991400.760.2900.45203.2160.9234.12
Hex22638C4C1D02Dcb3d22
Octal42143214114350553137542
Binary100010110001110001100100110011101010110111001011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,99,140); }

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

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

 a { background-color: rgb(34,99,140); }

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

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

 span { border-color: rgb(34,99,140); }

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