#2A74CA

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

Shades of Denim #2A74CA

Tints of Denim #2A74CA

Color information

#2A74CA (or 0x2A74CA) is unknown color: approx Denim. HEX triplet: 2A, 74 and CA. RGB value is (42,116,202). Sum of RGB (Red+Green+Blue) = 42+116+202=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A74CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A74CA is #D58B35. Grayscale: #676767. Windows color (decimal): -13994806 or 13268010. OLE color: 13268010.

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

Color convert

RGB42116202-
CMYK0.790.4300.21
HSL212.25º65.57%47.84%-
HSV(B)212.25º79.21%79.22%-
XYZ17.8617.2558.26-
YUV103.68183.4884.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.67%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=11.67%
G=32.22%
B=56.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421162020.790.4300.21212.2565.5747.84
Hex2A74CA4F2B015d44230
Octal521643121175302532410260
Binary1010101110100110010101001111101011010101110101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,116,202); }

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

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

 a { background-color: rgb(42,116,202); }

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

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

 span { border-color: rgb(42,116,202); }

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