Html Css Color HEX #225388 Endeavour

📋 copy color: '#225388'

red 34 ◦ green 83 ◦ blue 136

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

Shades of Endeavour #225388

Tints of Endeavour #225388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

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

R = 13.44%
G = 32.81%
B = 53.75%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225388 (or 0x225388) is known color: Endeavour. HEX triplet: 22, 53 and 88. RGB value is (34,83,136). Sum of RGB (Red+Green+Blue) = 34+83+136=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #225388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225388 is #DDAC77. Grayscale: #4A4A4A. Windows color (decimal): -14527608 or 8934178. OLE color: 8934178.

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

Color convert

RGB 34 83 136 -
CMYK 0.75 0.39 0 0.47
HSL 211.18º 0.6% 0.33% -
HSV(B) 211.18º 0.75% 0.53% -
XYZ 8.2 8.3 24.46 -
YUV 74.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 34 83 136 0.75 0.39 0 0.47 211.18 0.6 0.33
Hex 22 53 88 4B 27 0 2F D3 3C 21
Octal 42 123 210 113 47 0 57 323 74 41
Binary 100010 1010011 10001000 1001011 100111 0 101111 11010011 111100 100001

Color Harmonies of #225388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225388

Black with #225388

Text Example


Text Example

White with #225388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225388; }

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

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

background-color css

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

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

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

border-color css

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

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

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