#3B6572

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

Shades of Blumine #3B6572

Tints of Blumine #3B6572

Color information

#3B6572 (or 0x3B6572) is unknown color: approx Blumine. HEX triplet: 3B, 65 and 72. RGB value is (59,101,114). Sum of RGB (Red+Green+Blue) = 59+101+114=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B6572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6572 is #C49A8D. Grayscale: #595959. Windows color (decimal): -12884622 or 7497019. OLE color: 7497019.

HSL color Cylindrical-coordinate representation of color #3B6572: hue angle of 194.18º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B6572 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB59101114-
CMYK0.480.1100.55
HSL194.18º31.79%33.92%-
HSV(B)194.18º48.25%44.71%-
XYZ9.4911.4517.63-
YUV89.92141.59105.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=21.53%
G=36.86%
B=41.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591011140.480.1100.55194.1831.7933.92
Hex3B657230B037c22022
Octal7314516260130673024042
Binary111011110010111100101100001011011011111000010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6572; }

 p { color: rgb(59,101,114); }

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

<style>
 a { background-color: #3B6572; }

 a { background-color: rgb(59,101,114); }

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

<style>
 span { border-color: #3B6572; }

 span { border-color: rgb(59,101,114); }

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