#2D6669

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

Shades of Blue Stone #2D6669

Tints of Blue Stone #2D6669

Color information

#2D6669 (or 0x2D6669) is unknown color: approx Blue Stone. HEX triplet: 2D, 66 and 69. RGB value is (45,102,105). Sum of RGB (Red+Green+Blue) = 45+102+105=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D6669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6669 is #D29996. Grayscale: #555555. Windows color (decimal): -13801879 or 6907437. OLE color: 6907437.

HSL color Cylindrical-coordinate representation of color #2D6669: hue angle of 183º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6669 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB45102105-
CMYK0.570.0300.59
HSL183º40%29.41%-
HSV(B)183º57.14%41.18%-
XYZ8.3811.0815.06-
YUV85.3139.1299.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.86%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=17.86%
G=40.48%
B=41.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal451021050.570.0300.591834029.41
Hex2D666939303Bb7281d
Octal551461517130732675035
Binary101101110011011010011110011101110111011011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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