#2d5c67

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

Shades of Blumine #2D5C67

Tints of Blumine #2D5C67

Color information

#2D5C67 (or 0x2D5C67) is unknown color: approx Blumine. HEX triplet: 2D, 5C and 67. RGB value is (45,92,103). Sum of RGB (Red+Green+Blue) = 45+92+103=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D5C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5C67 is #D2A398. Grayscale: #4F4F4F. Windows color (decimal): -13804441 or 6773805. OLE color: 6773805.

HSL color Cylindrical-coordinate representation of color #2D5C67: hue angle of 191.38º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D5C67 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4592103-
CMYK0.560.1100.60
HSL191.38º39.19%29.02%-
HSV(B)191.38º56.31%40.39%-
XYZ7.369.1914.22-
YUV79.2141.43103.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=18.75%
G=38.33%
B=42.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45921030.560.1100.60191.3839.1929.02
Hex2D5C6738B03Cbf271d
Octal5513414770130742774735
Binary10110110111001100111111000101101111001011111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d5c67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,92,103); }

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

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

 a { background-color: rgb(45,92,103); }

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

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

 span { border-color: rgb(45,92,103); }

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