#2B5F68

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

Shades of Blumine #2B5F68

Tints of Blumine #2B5F68

Color information

#2B5F68 (or 0x2B5F68) is unknown color: approx Blumine. HEX triplet: 2B, 5F and 68. RGB value is (43,95,104). Sum of RGB (Red+Green+Blue) = 43+95+104=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B5F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F68 is #D4A097. Grayscale: #505050. Windows color (decimal): -13934744 or 6840107. OLE color: 6840107.

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

Color convert

RGB4395104-
CMYK0.590.0900.59
HSL188.85º41.5%28.82%-
HSV(B)188.85º58.65%40.78%-
XYZ7.599.714.57-
YUV80.48141.27101.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.77%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=17.77%
G=39.26%
B=42.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43951040.590.0900.59188.8541.528.82
Hex2B5F683B903Bbd291d
Octal5313715073110732755135
Binary10101110111111101000111011100101110111011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,104); }

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

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

 a { background-color: rgb(43,95,104); }

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

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

 span { border-color: rgb(43,95,104); }

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