Html Css Color HEX #225B92 Endeavour

📋 copy color: '#225B92'

red 34 ◦ green 91 ◦ blue 146

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

Shades of Endeavour #225B92

Tints of Endeavour #225B92

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 12.55%
G = 33.58%
B = 53.87%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#225B92 (or 0x225B92) is known color: Endeavour. HEX triplet: 22, 5B and 92. RGB value is (34,91,146). Sum of RGB (Red+Green+Blue) = 34+91+146=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #225B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B92 is #DDA46D. Grayscale: #4F4F4F. Windows color (decimal): -14525550 or 9591586. OLE color: 9591586.

HSL color Cylindrical-coordinate representation of color #225B92: hue angle of 209.46º 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 #225B92 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 91 146 -
CMYK 0.77 0.38 0 0.43
HSL 209.46º 0.62% 0.35% -
HSV(B) 209.46º 0.77% 0.57% -
XYZ 9.59 9.9 28.6 -
YUV 80.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 34 91 146 0.77 0.38 0 0.43 209.46 0.62 0.35
Hex 22 5B 92 4D 26 0 2B D1 3E 23
Octal 42 133 222 115 46 0 53 321 76 43
Binary 100010 1011011 10010010 1001101 100110 0 101011 11010001 111110 100011

Color Harmonies of #225B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225B92

Black with #225B92

Text Example


Text Example

White with #225B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,91,146); }

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

background-color css

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

 a { background-color: rgb(34,91,146); }

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

border-color css

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

 span { border-color: rgb(34,91,146); }

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