Html Css Color HEX #225B94 Endeavour

📋 copy color: '#225B94'

red 34 ◦ green 91 ◦ blue 148

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

Shades of Endeavour #225B94

Tints of Endeavour #225B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 12.45%
G = 33.33%
B = 54.21%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225B94 (or 0x225B94) is known color: Endeavour. HEX triplet: 22, 5B and 94. RGB value is (34,91,148). Sum of RGB (Red+Green+Blue) = 34+91+148=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #225B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B94 is #DDA46B. Grayscale: #505050. Windows color (decimal): -14525548 or 9722658. OLE color: 9722658.

HSL color Cylindrical-coordinate representation of color #225B94: hue angle of 210º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225B94 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 91 148 -
CMYK 0.77 0.39 0 0.42
HSL 210º 0.63% 0.36% -
HSV(B) 210º 0.77% 0.58% -
XYZ 9.75 9.96 29.43 -
YUV 80.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 34 91 148 0.77 0.39 0 0.42 210 0.63 0.36
Hex 22 5B 94 4D 27 0 2A D2 3F 24
Octal 42 133 224 115 47 0 52 322 77 44
Binary 100010 1011011 10010100 1001101 100111 0 101010 11010010 111111 100100

Color Harmonies of #225B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225B94

Black with #225B94

Text Example


Text Example

White with #225B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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