#226397

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

Shades of Endeavour #226397

Tints of Endeavour #226397

Color information

#226397 (or 0x226397) is unknown color: approx Endeavour. HEX triplet: 22, 63 and 97. RGB value is (34,99,151). Sum of RGB (Red+Green+Blue) = 34+99+151=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #226397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226397 is #DD9C68. Grayscale: #555555. Windows color (decimal): -14523497 or 9921314. OLE color: 9921314.

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

Color convert

RGB3499151-
CMYK0.770.3400.41
HSL206.67º63.24%36.27%-
HSV(B)206.67º77.48%59.22%-
XYZ10.7111.530.93-
YUV85.49164.9791.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=11.97%
G=34.86%
B=53.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34991510.770.3400.41206.6763.2436.27
Hex2263974D22029cf3f24
Octal42143227115420513177744
Binary1000101100011100101111001101100010010100111001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226397; }

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

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

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

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

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

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

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

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