Html Css Color HEX #227ACC Denim

📋 copy color: '#227ACC'

red 34 ◦ green 122 ◦ blue 204

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

Shades of Denim #227ACC

Tints of Denim #227ACC

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 value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#227ACC (or 0x227ACC) is known color: 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

RGB 34 122 204 -
CMYK 0.83 0.40 0 0.2
HSL 208.94º 0.71% 0.47% -
HSV(B) 208.94º 0.83% 0.8% -
XYZ 18.52 18.62 59.74 -
YUV 105.04 183.85 77.33 -
System Red Green Blue C M Y K H S L
Decimal 34 122 204 0.83 0.40 0 0.2 208.94 0.71 0.47
Hex 22 7A CC 53 28 0 14 D1 47 2F
Octal 42 172 314 123 50 0 24 321 107 57
Binary 100010 1111010 11001100 1010011 101000 0 10100 11010001 1000111 101111

Color Harmonies of #227ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227ACC

Black with #227ACC

Text Example


Text Example

White with #227ACC

Text Example


Text Example

HTML Codes & Css Web 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>