#2D69BA

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

Shades of Denim #2D69BA

Tints of Denim #2D69BA

Color information

#2D69BA (or 0x2D69BA) is unknown color: approx Denim. HEX triplet: 2D, 69 and BA. RGB value is (45,105,186). Sum of RGB (Red+Green+Blue) = 45+105+186=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D69BA is #D29645. Grayscale: #5F5F5F. Windows color (decimal): -13801030 or 12216621. OLE color: 12216621.

HSL color Cylindrical-coordinate representation of color #2D69BA: hue angle of 214.47º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D69BA is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB45105186-
CMYK0.760.4400.27
HSL214.47º61.04%45.29%-
HSV(B)214.47º75.81%72.94%-
XYZ1514.2148.41-
YUV96.29178.6291.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.39%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=13.39%
G=31.25%
B=55.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451051860.760.4400.27214.4761.0445.29
Hex2D69BA4C2C01Bd63d2d
Octal55151272114540333267555
Binary101101110100110111010100110010110001101111010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,105,186); }

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

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

 a { background-color: rgb(45,105,186); }

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

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

 span { border-color: rgb(45,105,186); }

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