Html Css Color HEX #225688 Endeavour

📋 copy color: '#225688'

red 34 ◦ green 86 ◦ blue 136

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

Shades of Endeavour #225688

Tints of Endeavour #225688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 13.28%
G = 33.59%
B = 53.13%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225688 (or 0x225688) is known color: Endeavour. HEX triplet: 22, 56 and 88. RGB value is (34,86,136). Sum of RGB (Red+Green+Blue) = 34+86+136=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #225688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225688 is #DDA977. Grayscale: #4B4B4B. Windows color (decimal): -14526840 or 8934946. OLE color: 8934946.

HSL color Cylindrical-coordinate representation of color #225688: hue angle of 209.41º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225688 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 86 136 -
CMYK 0.75 0.37 0 0.47
HSL 209.41º 0.6% 0.33% -
HSV(B) 209.41º 0.75% 0.53% -
XYZ 8.43 8.77 24.54 -
YUV 76.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 34 86 136 0.75 0.37 0 0.47 209.41 0.6 0.33
Hex 22 56 88 4B 25 0 2F D1 3C 21
Octal 42 126 210 113 45 0 57 321 74 41
Binary 100010 1010110 10001000 1001011 100101 0 101111 11010001 111100 100001

Color Harmonies of #225688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225688

Black with #225688

Text Example


Text Example

White with #225688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225688; }

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

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

background-color css

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

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

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

border-color css

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

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

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