#2B70C0

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

Shades of Denim #2B70C0

Tints of Denim #2B70C0

Color information

#2B70C0 (or 0x2B70C0) is unknown color: approx Denim. HEX triplet: 2B, 70 and C0. RGB value is (43,112,192). Sum of RGB (Red+Green+Blue) = 43+112+192=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B70C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B70C0 is #D48F3F. Grayscale: #646464. Windows color (decimal): -13930304 or 12611627. OLE color: 12611627.

HSL color Cylindrical-coordinate representation of color #2B70C0: hue angle of 212.21º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B70C0 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB43112192-
CMYK0.780.4200.25
HSL212.21º63.4%46.08%-
HSV(B)212.21º77.6%75.29%-
XYZ16.315.9152.08-
YUV100.49179.6487-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.39%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 192 (75.39% from 255) = 55.33%
R=12.39%
G=32.28%
B=55.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431121920.780.4200.25212.2163.446.08
Hex2B70C04E2A019d43f2e
Octal53160300116520313247756
Binary101011111000011000000100111010101001100111010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B70C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,192); }

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

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

 a { background-color: rgb(43,112,192); }

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

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

 span { border-color: rgb(43,112,192); }

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