#227ACC

Color #227ACC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #227ACC

Tints of Denim #227ACC

Color information

#227ACC (or 0x227ACC) is unknown color: approx Denim. HEX triplet: 22, 7A and CC. RGB value is (34,122,204). Sum of RGB (Red+Green+Blue) = 34+122+204=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #227ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ACC is #DD8533. Grayscale: #686868. Windows color (decimal): -14517556 or 13400610. OLE color: 13400610.

HSL color Cylindrical-coordinate representation of color #227ACC: hue angle of 208.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227ACC is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB34122204-
CMYK0.830.4000.2
HSL208.94º71.43%46.67%-
HSV(B)208.94º83.33%80%-
XYZ18.5218.6259.74-
YUV105.04183.8577.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.44%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=9.44%
G=33.89%
B=56.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal341222040.830.4000.2208.9471.4346.67
Hex227ACC5328014d1472f
Octal421723141235002432110757
Binary1000101111010110011001010011101000010100110100011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227ACC; }

 p { color: rgb(34,122,204); }

 H1.HeaderClassName
 {
   color: #227ACC;
 }
 .AnyTagClassName
 {
   color: #227ACC;
 }
</style>
background-color css

<style>
 a { background-color: #227ACC; }

 a { background-color: rgb(34,122,204); }

 div.DivClassName
 {
   background-color: #227ACC;
 }
 .BgClassName
 {
   background-color: #227ACC;
 }
</style>
border-color css

<style>
 span { border-color: #227ACC; }

 span { border-color: rgb(34,122,204); }

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