#2A67C4

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

Shades of Denim #2A67C4

Tints of Denim #2A67C4

Color information

#2A67C4 (or 0x2A67C4) is unknown color: approx Denim. HEX triplet: 2A, 67 and C4. RGB value is (42,103,196). Sum of RGB (Red+Green+Blue) = 42+103+196=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #2A67C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A67C4 is #D5983B. Grayscale: #5E5E5E. Windows color (decimal): -13998140 or 12871466. OLE color: 12871466.

HSL color Cylindrical-coordinate representation of color #2A67C4: hue angle of 216.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A67C4 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB42103196-
CMYK0.790.4700.23
HSL216.23º64.71%46.67%-
HSV(B)216.23º78.57%76.86%-
XYZ15.7714.1854.13-
YUV95.36184.7989.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 196 (76.95% from 255) = 57.48%
R=12.32%
G=30.21%
B=57.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal421031960.790.4700.23216.2364.7146.67
Hex2A67C44F2F017d8412f
Octal521473041175702733010157
Binary1010101100111110001001001111101111010111110110001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A67C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,103,196); }

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

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

 a { background-color: rgb(42,103,196); }

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

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

 span { border-color: rgb(42,103,196); }

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