Html Css Color HEX #225488 Endeavour

📋 copy color: '#225488'

red 34 ◦ green 84 ◦ blue 136

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

Shades of Endeavour #225488

Tints of Endeavour #225488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 13.39%
G = 33.07%
B = 53.54%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225488 (or 0x225488) is known color: Endeavour. HEX triplet: 22, 54 and 88. RGB value is (34,84,136). Sum of RGB (Red+Green+Blue) = 34+84+136=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #225488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225488 is #DDAB77. Grayscale: #4A4A4A. Windows color (decimal): -14527352 or 8934434. OLE color: 8934434.

HSL color Cylindrical-coordinate representation of color #225488: hue angle of 210.59º 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 #225488 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 84 136 -
CMYK 0.75 0.38 0 0.47
HSL 210.59º 0.6% 0.33% -
HSV(B) 210.59º 0.75% 0.53% -
XYZ 8.27 8.46 24.49 -
YUV 74.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 34 84 136 0.75 0.38 0 0.47 210.59 0.6 0.33
Hex 22 54 88 4B 26 0 2F D3 3C 21
Octal 42 124 210 113 46 0 57 323 74 41
Binary 100010 1010100 10001000 1001011 100110 0 101111 11010011 111100 100001

Color Harmonies of #225488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225488

Black with #225488

Text Example


Text Example

White with #225488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225488; }

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

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

background-color css

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

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

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

border-color css

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

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

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