Html Css Color HEX #226595 Endeavour

📋 copy color: '#226595'

red 34 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #226595

Tints of Endeavour #226595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 11.97%
G = 35.56%
B = 52.46%

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

#226595 (or 0x226595) is known color: Endeavour. HEX triplet: 22, 65 and 95. RGB value is (34,101,149). Sum of RGB (Red+Green+Blue) = 34+101+149=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #226595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226595 is #DD9A6A. Grayscale: #565656. Windows color (decimal): -14522987 or 9790754. OLE color: 9790754.

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

Color convert

RGB 34 101 149 -
CMYK 0.77 0.32 0 0.42
HSL 205.04º 0.63% 0.36% -
HSV(B) 205.04º 0.77% 0.58% -
XYZ 10.74 11.82 30.15 -
YUV 86.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 34 101 149 0.77 0.32 0 0.42 205.04 0.63 0.36
Hex 22 65 95 4D 20 0 2A CD 3F 24
Octal 42 145 225 115 40 0 52 315 77 44
Binary 100010 1100101 10010101 1001101 100000 0 101010 11001101 111111 100100

Color Harmonies of #226595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226595

Black with #226595

Text Example


Text Example

White with #226595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226595; }

 p { color: rgb(34,101,149); }

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

background-color css

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

 a { background-color: rgb(34,101,149); }

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

border-color css

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

 span { border-color: rgb(34,101,149); }

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