Html Css Color HEX #226296 Endeavour

📋 copy color: '#226296'

red 34 ◦ green 98 ◦ blue 150

#226296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #226296

Tints of Endeavour #226296

RGB

 RED value IS 34 (13.67% from 255) = 12.06%

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 12.06%
G = 34.75%
B = 53.19%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#226296 (or 0x226296) is known color: Endeavour. HEX triplet: 22, 62 and 96. RGB value is (34,98,150). Sum of RGB (Red+Green+Blue) = 34+98+150=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #226296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226296 is #DD9D69. Grayscale: #545454. Windows color (decimal): -14523754 or 9855522. OLE color: 9855522.

HSL color Cylindrical-coordinate representation of color #226296: hue angle of 206.9º 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 #226296 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 98 150 -
CMYK 0.77 0.35 0 0.41
HSL 206.9º 0.63% 0.36% -
HSV(B) 206.9º 0.77% 0.59% -
XYZ 10.53 11.28 30.48 -
YUV 84.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 34 98 150 0.77 0.35 0 0.41 206.9 0.63 0.36
Hex 22 62 96 4D 23 0 29 CF 3F 24
Octal 42 142 226 115 43 0 51 317 77 44
Binary 100010 1100010 10010110 1001101 100011 0 101001 11001111 111111 100100

Color Harmonies of #226296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226296

Black with #226296

Text Example


Text Example

White with #226296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226296; }

 p { color: rgb(34,98,150); }

 H1.HeaderClassName
 {
   color: #226296;
 }
 .AnyTagClassName
 {
   color: #226296;
 }
</style>

background-color css

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

 a { background-color: rgb(34,98,150); }

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

border-color css

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

 span { border-color: rgb(34,98,150); }

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