Html Css Color HEX #226492 Endeavour

📋 copy color: '#226492'

red 34 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #226492

Tints of Endeavour #226492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 12.14%
G = 35.71%
B = 52.14%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#226492 (or 0x226492) is known color: Endeavour. HEX triplet: 22, 64 and 92. RGB value is (34,100,146). Sum of RGB (Red+Green+Blue) = 34+100+146=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #226492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226492 is #DD9B6D. Grayscale: #555555. Windows color (decimal): -14523246 or 9593890. OLE color: 9593890.

HSL color Cylindrical-coordinate representation of color #226492: hue angle of 204.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226492 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 100 146 -
CMYK 0.77 0.32 0 0.43
HSL 204.64º 0.62% 0.35% -
HSV(B) 204.64º 0.77% 0.57% -
XYZ 10.41 11.53 28.87 -
YUV 85.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 34 100 146 0.77 0.32 0 0.43 204.64 0.62 0.35
Hex 22 64 92 4D 20 0 2B CD 3E 23
Octal 42 144 222 115 40 0 53 315 76 43
Binary 100010 1100100 10010010 1001101 100000 0 101011 11001101 111110 100011

Color Harmonies of #226492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226492

Black with #226492

Text Example


Text Example

White with #226492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226492; }

 p { color: rgb(34,100,146); }

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

background-color css

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

 a { background-color: rgb(34,100,146); }

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

border-color css

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

 span { border-color: rgb(34,100,146); }

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