#2B5C6C

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

Shades of Blumine #2B5C6C

Tints of Blumine #2B5C6C

Color information

#2B5C6C (or 0x2B5C6C) is unknown color: approx Blumine. HEX triplet: 2B, 5C and 6C. RGB value is (43,92,108). Sum of RGB (Red+Green+Blue) = 43+92+108=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B5C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C6C is #D4A393. Grayscale: #4F4F4F. Windows color (decimal): -13935508 or 7101483. OLE color: 7101483.

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

Color convert

RGB4392108-
CMYK0.600.1500.58
HSL194.77º43.05%29.61%-
HSV(B)194.77º60.19%42.35%-
XYZ7.539.2515.58-
YUV79.17144.27102.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=17.70%
G=37.86%
B=44.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43921080.600.1500.58194.7743.0529.61
Hex2B5C6C3CF03Ac32b1e
Octal5313415474170723035336
Binary10101110111001101100111100111101110101100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,92,108); }

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

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

 a { background-color: rgb(43,92,108); }

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

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

 span { border-color: rgb(43,92,108); }

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