Html Css Color HEX #225FAA Denim

📋 copy color: '#225FAA'

red 34 ◦ green 95 ◦ blue 170

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

Shades of Denim #225FAA

Tints of Denim #225FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 11.37%
G = 31.77%
B = 56.86%

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

#225FAA (or 0x225FAA) is known color: Denim. HEX triplet: 22, 5F and AA. RGB value is (34,95,170). Sum of RGB (Red+Green+Blue) = 34+95+170=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #225FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225FAA is #DDA055. Grayscale: #545454. Windows color (decimal): -14524502 or 11165474. OLE color: 11165474.

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

Color convert

RGB 34 95 170 -
CMYK 0.80 0.44 0 0.33
HSL 213.09º 0.67% 0.4% -
HSV(B) 213.09º 0.8% 0.67% -
XYZ 12.01 11.43 39.6 -
YUV 85.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 34 95 170 0.80 0.44 0 0.33 213.09 0.67 0.4
Hex 22 5F AA 50 2C 0 21 D5 43 28
Octal 42 137 252 120 54 0 41 325 103 50
Binary 100010 1011111 10101010 1010000 101100 0 100001 11010101 1000011 101000

Color Harmonies of #225FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225FAA

Black with #225FAA

Text Example


Text Example

White with #225FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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