#305D6C

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

Shades of Blumine #305D6C

Tints of Blumine #305D6C

Color information

#305D6C (or 0x305D6C) is unknown color: approx Blumine. HEX triplet: 30, 5D and 6C. RGB value is (48,93,108). Sum of RGB (Red+Green+Blue) = 48+93+108=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #305D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D6C is #CFA293. Grayscale: #515151. Windows color (decimal): -13607572 or 7101744. OLE color: 7101744.

HSL color Cylindrical-coordinate representation of color #305D6C: hue angle of 195º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #305D6C is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4893108-
CMYK0.560.1400.58
HSL195º38.46%30.59%-
HSV(B)195º55.56%42.35%-
XYZ7.849.5415.62-
YUV81.26143.09104.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=19.28%
G=37.35%
B=43.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48931080.560.1400.5819538.4630.59
Hex305D6C38E03Ac3261f
Octal6013515470160723034637
Binary11000010111011101100111000111001110101100001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D6C; }

 p { color: rgb(48,93,108); }

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

<style>
 a { background-color: #305D6C; }

 a { background-color: rgb(48,93,108); }

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

<style>
 span { border-color: #305D6C; }

 span { border-color: rgb(48,93,108); }

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