#22658E

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

Shades of Endeavour #22658E

Tints of Endeavour #22658E

Color information

#22658E (or 0x22658E) is unknown color: approx Endeavour. HEX triplet: 22, 65 and 8E. RGB value is (34,101,142). Sum of RGB (Red+Green+Blue) = 34+101+142=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #22658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22658E is #DD9A71. Grayscale: #555555. Windows color (decimal): -14522994 or 9332002. OLE color: 9332002.

HSL color Cylindrical-coordinate representation of color #22658E: hue angle of 202.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22658E is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB34101142-
CMYK0.760.2900.44
HSL202.78º61.36%34.51%-
HSV(B)202.78º76.06%55.69%-
XYZ10.211.627.29-
YUV85.64159.891.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=12.27%
G=36.46%
B=51.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341011420.760.2900.44202.7861.3634.51
Hex22658E4C1D02Ccb3d23
Octal42145216114350543137543
Binary100010110010110001110100110011101010110011001011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,101,142); }

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

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

 a { background-color: rgb(34,101,142); }

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

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

 span { border-color: rgb(34,101,142); }

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