#2D6FBD

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

Shades of Denim #2D6FBD

Tints of Denim #2D6FBD

Color information

#2D6FBD (or 0x2D6FBD) is unknown color: approx Denim. HEX triplet: 2D, 6F and BD. RGB value is (45,111,189). Sum of RGB (Red+Green+Blue) = 45+111+189=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D6FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6FBD is #D29042. Grayscale: #636363. Windows color (decimal): -13799491 or 12414765. OLE color: 12414765.

HSL color Cylindrical-coordinate representation of color #2D6FBD: hue angle of 212.5º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D6FBD is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB45111189-
CMYK0.760.4100.26
HSL212.5º61.54%45.88%-
HSV(B)212.5º76.19%74.12%-
XYZ15.9515.650.31-
YUV100.16178.1388.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.04%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=13.04%
G=32.17%
B=54.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451111890.760.4100.26212.561.5445.88
Hex2D6FBD4C2901Ad43e2e
Octal55157275114510323247656
Binary101101110111110111101100110010100101101011010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,111,189); }

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

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

 a { background-color: rgb(45,111,189); }

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

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

 span { border-color: rgb(45,111,189); }

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