Html Css Color HEX #225BAB Denim

📋 copy color: '#225BAB'

red 34 ◦ green 91 ◦ blue 171

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

Shades of Denim #225BAB

Tints of Denim #225BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 11.49%
G = 30.74%
B = 57.77%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#225BAB (or 0x225BAB) is known color: Denim. HEX triplet: 22, 5B and AB. RGB value is (34,91,171). Sum of RGB (Red+Green+Blue) = 34+91+171=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #225BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225BAB is #DDA454. Grayscale: #525252. Windows color (decimal): -14525525 or 11229986. OLE color: 11229986.

HSL color Cylindrical-coordinate representation of color #225BAB: hue angle of 215.04º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #225BAB is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 91 171 -
CMYK 0.80 0.47 0 0.33
HSL 215.04º 0.67% 0.4% -
HSV(B) 215.04º 0.8% 0.67% -
XYZ 11.75 10.76 39.99 -
YUV 83.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 34 91 171 0.80 0.47 0 0.33 215.04 0.67 0.4
Hex 22 5B AB 50 2F 0 21 D7 43 28
Octal 42 133 253 120 57 0 41 327 103 50
Binary 100010 1011011 10101011 1010000 101111 0 100001 11010111 1000011 101000

Color Harmonies of #225BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BAB

Black with #225BAB

Text Example


Text Example

White with #225BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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