Html Css Color HEX #226495 Endeavour

📋 copy color: '#226495'

red 34 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #226495

Tints of Endeavour #226495

RGB

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

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

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

R = 12.01%
G = 35.34%
B = 52.65%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#226495 (or 0x226495) is known color: Endeavour. HEX triplet: 22, 64 and 95. RGB value is (34,100,149). Sum of RGB (Red+Green+Blue) = 34+100+149=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #226495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226495 is #DD9B6A. Grayscale: #555555. Windows color (decimal): -14523243 or 9790498. OLE color: 9790498.

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

Color convert

RGB 34 100 149 -
CMYK 0.77 0.33 0 0.42
HSL 205.57º 0.63% 0.36% -
HSV(B) 205.57º 0.77% 0.58% -
XYZ 10.64 11.62 30.12 -
YUV 85.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 34 100 149 0.77 0.33 0 0.42 205.57 0.63 0.36
Hex 22 64 95 4D 21 0 2A CE 3F 24
Octal 42 144 225 115 41 0 52 316 77 44
Binary 100010 1100100 10010101 1001101 100001 0 101010 11001110 111111 100100

Color Harmonies of #226495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226495

Black with #226495

Text Example


Text Example

White with #226495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226495; }

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

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

background-color css

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

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

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

border-color css

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

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

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