Html Css Color HEX #225FAB Denim

📋 copy color: '#225FAB'

red 34 ◦ green 95 ◦ blue 171

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

Shades of Denim #225FAB

Tints of Denim #225FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.67%

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

R = 11.33%
G = 31.67%
B = 57%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#225FAB (or 0x225FAB) is known color: Denim. HEX triplet: 22, 5F and AB. RGB value is (34,95,171). Sum of RGB (Red+Green+Blue) = 34+95+171=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #225FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225FAB is #DDA054. Grayscale: #555555. Windows color (decimal): -14524501 or 11231010. OLE color: 11231010.

HSL color Cylindrical-coordinate representation of color #225FAB: hue angle of 213.28º 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 #225FAB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 95 171 -
CMYK 0.80 0.44 0 0.33
HSL 213.28º 0.67% 0.4% -
HSV(B) 213.28º 0.8% 0.67% -
XYZ 12.1 11.46 40.1 -
YUV 85.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 34 95 171 0.80 0.44 0 0.33 213.28 0.67 0.4
Hex 22 5F AB 50 2C 0 21 D5 43 28
Octal 42 137 253 120 54 0 41 325 103 50
Binary 100010 1011111 10101011 1010000 101100 0 100001 11010101 1000011 101000

Color Harmonies of #225FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FAB

Black with #225FAB

Text Example


Text Example

White with #225FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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