Html Css Color HEX #226494 Endeavour

📋 copy color: '#226494'

red 34 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #226494

Tints of Endeavour #226494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 12.06%
G = 35.46%
B = 52.48%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#226494 (or 0x226494) is known color: Endeavour. HEX triplet: 22, 64 and 94. RGB value is (34,100,148). Sum of RGB (Red+Green+Blue) = 34+100+148=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #226494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226494 is #DD9B6B. Grayscale: #555555. Windows color (decimal): -14523244 or 9724962. OLE color: 9724962.

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

Color convert

RGB 34 100 148 -
CMYK 0.77 0.32 0 0.42
HSL 205.26º 0.63% 0.36% -
HSV(B) 205.26º 0.77% 0.58% -
XYZ 10.56 11.59 29.7 -
YUV 85.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 34 100 148 0.77 0.32 0 0.42 205.26 0.63 0.36
Hex 22 64 94 4D 20 0 2A CD 3F 24
Octal 42 144 224 115 40 0 52 315 77 44
Binary 100010 1100100 10010100 1001101 100000 0 101010 11001101 111111 100100

Color Harmonies of #226494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226494

Black with #226494

Text Example


Text Example

White with #226494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226494; }

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

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

background-color css

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

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

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

border-color css

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

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

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