#226195

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

Shades of Endeavour #226195

Tints of Endeavour #226195

Color information

#226195 (or 0x226195) is unknown color: approx Endeavour. HEX triplet: 22, 61 and 95. RGB value is (34,97,149). Sum of RGB (Red+Green+Blue) = 34+97+149=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #226195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226195 is #DD9E6A. Grayscale: #535353. Windows color (decimal): -14524011 or 9789730. OLE color: 9789730.

HSL color Cylindrical-coordinate representation of color #226195: hue angle of 207.13º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226195 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3497149-
CMYK0.770.3500.42
HSL207.13º62.84%35.88%-
HSV(B)207.13º77.18%58.43%-
XYZ10.3611.0630.02-
YUV84.09164.6392.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.14%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=12.14%
G=34.64%
B=53.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34971490.770.3500.42207.1362.8435.88
Hex2261954D2302Acf3f24
Octal42141225115430523177744
Binary1000101100001100101011001101100011010101011001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226195; }

 p { color: rgb(34,97,149); }

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

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

 a { background-color: rgb(34,97,149); }

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

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

 span { border-color: rgb(34,97,149); }

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