#2B70BE

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

Shades of Denim #2B70BE

Tints of Denim #2B70BE

Color information

#2B70BE (or 0x2B70BE) is unknown color: approx Denim. HEX triplet: 2B, 70 and BE. RGB value is (43,112,190). Sum of RGB (Red+Green+Blue) = 43+112+190=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B70BE is #D48F41. Grayscale: #636363. Windows color (decimal): -13930306 or 12480555. OLE color: 12480555.

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

Color convert

RGB43112190-
CMYK0.770.4100.25
HSL211.84º63.09%45.69%-
HSV(B)211.84º77.37%74.51%-
XYZ16.0815.8250.92-
YUV100.26178.6487.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.46%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=12.46%
G=32.46%
B=55.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431121900.770.4100.25211.8463.0945.69
Hex2B70BE4D29019d43f2e
Octal53160276115510313247756
Binary101011111000010111110100110110100101100111010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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