Html Css Color HEX #225288 Endeavour

📋 copy color: '#225288'

red 34 ◦ green 82 ◦ blue 136

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

Shades of Endeavour #225288

Tints of Endeavour #225288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 13.49%
G = 32.54%
B = 53.97%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225288 (or 0x225288) is known color: Endeavour. HEX triplet: 22, 52 and 88. RGB value is (34,82,136). Sum of RGB (Red+Green+Blue) = 34+82+136=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #225288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225288 is #DDAD77. Grayscale: #494949. Windows color (decimal): -14527864 or 8933922. OLE color: 8933922.

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

Color convert

RGB 34 82 136 -
CMYK 0.75 0.40 0 0.47
HSL 211.76º 0.6% 0.33% -
HSV(B) 211.76º 0.75% 0.53% -
XYZ 8.12 8.15 24.44 -
YUV 73.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 34 82 136 0.75 0.40 0 0.47 211.76 0.6 0.33
Hex 22 52 88 4B 28 0 2F D4 3C 21
Octal 42 122 210 113 50 0 57 324 74 41
Binary 100010 1010010 10001000 1001011 101000 0 101111 11010100 111100 100001

Color Harmonies of #225288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225288

Black with #225288

Text Example


Text Example

White with #225288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225288; }

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

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

background-color css

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

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

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

border-color css

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

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

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