Html Css Color HEX #226090 Endeavour

📋 copy color: '#226090'

red 34 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #226090

Tints of Endeavour #226090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 12.41%
G = 35.04%
B = 52.55%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#226090 (or 0x226090) is known color: Endeavour. HEX triplet: 22, 60 and 90. RGB value is (34,96,144). Sum of RGB (Red+Green+Blue) = 34+96+144=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #226090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226090 is #DD9F6F. Grayscale: #525252. Windows color (decimal): -14524272 or 9461794. OLE color: 9461794.

HSL color Cylindrical-coordinate representation of color #226090: hue angle of 206.18º degrees, saturation: 0.62, 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 #226090 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 96 144 -
CMYK 0.76 0.33 0 0.44
HSL 206.18º 0.62% 0.35% -
HSV(B) 206.18º 0.76% 0.56% -
XYZ 9.88 10.72 27.93 -
YUV 82.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 34 96 144 0.76 0.33 0 0.44 206.18 0.62 0.35
Hex 22 60 90 4C 21 0 2C CE 3E 23
Octal 42 140 220 114 41 0 54 316 76 43
Binary 100010 1100000 10010000 1001100 100001 0 101100 11001110 111110 100011

Color Harmonies of #226090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226090

Black with #226090

Text Example


Text Example

White with #226090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226090; }

 p { color: rgb(34,96,144); }

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

background-color css

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

 a { background-color: rgb(34,96,144); }

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

border-color css

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

 span { border-color: rgb(34,96,144); }

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