Html Css Color HEX #225C91 Endeavour

📋 copy color: '#225C91'

red 34 ◦ green 92 ◦ blue 145

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

Shades of Endeavour #225C91

Tints of Endeavour #225C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

 BLUE value IS 145 (57.03% from 255) = 53.51%

R = 12.55%
G = 33.95%
B = 53.51%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#225C91 (or 0x225C91) is known color: Endeavour. HEX triplet: 22, 5C and 91. RGB value is (34,92,145). Sum of RGB (Red+Green+Blue) = 34+92+145=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #225C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C91 is #DDA36E. Grayscale: #505050. Windows color (decimal): -14525295 or 9526306. OLE color: 9526306.

HSL color Cylindrical-coordinate representation of color #225C91: hue angle of 208.65º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225C91 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 92 145 -
CMYK 0.77 0.37 0 0.43
HSL 208.65º 0.62% 0.35% -
HSV(B) 208.65º 0.77% 0.57% -
XYZ 9.6 10.04 28.22 -
YUV 80.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 34 92 145 0.77 0.37 0 0.43 208.65 0.62 0.35
Hex 22 5C 91 4D 25 0 2B D1 3E 23
Octal 42 134 221 115 45 0 53 321 76 43
Binary 100010 1011100 10010001 1001101 100101 0 101011 11010001 111110 100011

Color Harmonies of #225C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225C91

Black with #225C91

Text Example


Text Example

White with #225C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225C91; }

 p { color: rgb(34,92,145); }

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

background-color css

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

 a { background-color: rgb(34,92,145); }

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

border-color css

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

 span { border-color: rgb(34,92,145); }

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