#2C6CCA

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

Shades of Denim #2C6CCA

Tints of Denim #2C6CCA

Color information

#2C6CCA (or 0x2C6CCA) is unknown color: approx Denim. HEX triplet: 2C, 6C and CA. RGB value is (44,108,202). Sum of RGB (Red+Green+Blue) = 44+108+202=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C6CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6CCA is #D39335. Grayscale: #636363. Windows color (decimal): -13865782 or 13265964. OLE color: 13265964.

HSL color Cylindrical-coordinate representation of color #2C6CCA: hue angle of 215.7º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C6CCA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB44108202-
CMYK0.780.4700.21
HSL215.7º64.23%48.24%-
HSV(B)215.7º78.22%79.22%-
XYZ17.0615.5257.97-
YUV99.58185.888.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.43%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=12.43%
G=30.51%
B=57.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441082020.780.4700.21215.764.2348.24
Hex2C6CCA4E2F015d84030
Octal541543121165702533010060
Binary1011001101100110010101001110101111010101110110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6CCA; }

 p { color: rgb(44,108,202); }

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

<style>
 a { background-color: #2C6CCA; }

 a { background-color: rgb(44,108,202); }

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

<style>
 span { border-color: #2C6CCA; }

 span { border-color: rgb(44,108,202); }

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