#2D636B

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

Shades of Blumine #2D636B

Tints of Blumine #2D636B

Color information

#2D636B (or 0x2D636B) is unknown color: approx Blumine. HEX triplet: 2D, 63 and 6B. RGB value is (45,99,107). Sum of RGB (Red+Green+Blue) = 45+99+107=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D636B is #D29C94. Grayscale: #535353. Windows color (decimal): -13802645 or 7037741. OLE color: 7037741.

HSL color Cylindrical-coordinate representation of color #2D636B: hue angle of 187.74º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D636B is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4599107-
CMYK0.580.0700.58
HSL187.74º40.79%29.8%-
HSV(B)187.74º57.94%41.96%-
XYZ8.210.5415.51-
YUV83.77141.11100.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=17.93%
G=39.44%
B=42.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45991070.580.0700.58187.7440.7929.8
Hex2D636B3A703Abc291e
Octal551431537270722745136
Binary1011011100011110101111101011101110101011110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,107); }

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

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

 a { background-color: rgb(45,99,107); }

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

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

 span { border-color: rgb(45,99,107); }

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