Html Css Color HEX #225BAE Denim

📋 copy color: '#225BAE'

red 34 ◦ green 91 ◦ blue 174

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

Shades of Denim #225BAE

Tints of Denim #225BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 11.37%
G = 30.43%
B = 58.19%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#225BAE (or 0x225BAE) is known color: Denim. HEX triplet: 22, 5B and AE. RGB value is (34,91,174). Sum of RGB (Red+Green+Blue) = 34+91+174=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #225BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225BAE is #DDA451. Grayscale: #535353. Windows color (decimal): -14525522 or 11426594. OLE color: 11426594.

HSL color Cylindrical-coordinate representation of color #225BAE: hue angle of 215.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #225BAE is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 91 174 -
CMYK 0.80 0.48 0 0.32
HSL 215.57º 0.67% 0.41% -
HSV(B) 215.57º 0.8% 0.68% -
XYZ 12.04 10.88 41.51 -
YUV 83.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 34 91 174 0.80 0.48 0 0.32 215.57 0.67 0.41
Hex 22 5B AE 50 30 0 20 D8 43 29
Octal 42 133 256 120 60 0 40 330 103 51
Binary 100010 1011011 10101110 1010000 110000 0 100000 11011000 1000011 101001

Color Harmonies of #225BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BAE

Black with #225BAE

Text Example


Text Example

White with #225BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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