#2B66B5

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

Shades of Denim #2B66B5

Tints of Denim #2B66B5

Color information

#2B66B5 (or 0x2B66B5) is unknown color: approx Denim. HEX triplet: 2B, 66 and B5. RGB value is (43,102,181). Sum of RGB (Red+Green+Blue) = 43+102+181=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B66B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B66B5 is #D4994A. Grayscale: #5C5C5C. Windows color (decimal): -13932875 or 11888171. OLE color: 11888171.

HSL color Cylindrical-coordinate representation of color #2B66B5: hue angle of 214.35º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B66B5 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB43102181-
CMYK0.760.4400.29
HSL214.35º61.61%43.92%-
HSV(B)214.35º76.24%70.98%-
XYZ14.0913.3545.55-
YUV93.36177.4592.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.19%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 181 (71.09% from 255) = 55.52%
R=13.19%
G=31.29%
B=55.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431021810.760.4400.29214.3561.6143.92
Hex2B66B54C2C01Dd63e2c
Octal53146265114540353267654
Binary101011110011010110101100110010110001110111010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B66B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,181); }

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

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

 a { background-color: rgb(43,102,181); }

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

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

 span { border-color: rgb(43,102,181); }

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