Html Css Color HEX #225696 Endeavour

📋 copy color: '#225696'

red 34 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #225696

Tints of Endeavour #225696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 12.59%
G = 31.85%
B = 55.56%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#225696 (or 0x225696) is known color: Endeavour. HEX triplet: 22, 56 and 96. RGB value is (34,86,150). Sum of RGB (Red+Green+Blue) = 34+86+150=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #225696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225696 is #DDA969. Grayscale: #4D4D4D. Windows color (decimal): -14526826 or 9852450. OLE color: 9852450.

HSL color Cylindrical-coordinate representation of color #225696: hue angle of 213.1º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225696 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 86 150 -
CMYK 0.77 0.43 0 0.41
HSL 213.1º 0.63% 0.36% -
HSV(B) 213.1º 0.77% 0.59% -
XYZ 9.49 9.2 30.13 -
YUV 77.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 34 86 150 0.77 0.43 0 0.41 213.1 0.63 0.36
Hex 22 56 96 4D 2B 0 29 D5 3F 24
Octal 42 126 226 115 53 0 51 325 77 44
Binary 100010 1010110 10010110 1001101 101011 0 101001 11010101 111111 100100

Color Harmonies of #225696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225696

Black with #225696

Text Example


Text Example

White with #225696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225696; }

 p { color: rgb(34,86,150); }

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

background-color css

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

 a { background-color: rgb(34,86,150); }

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

border-color css

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

 span { border-color: rgb(34,86,150); }

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