#305E6C

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

Shades of Blumine #305E6C

Tints of Blumine #305E6C

Color information

#305E6C (or 0x305E6C) is unknown color: approx Blumine. HEX triplet: 30, 5E and 6C. RGB value is (48,94,108). Sum of RGB (Red+Green+Blue) = 48+94+108=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #305E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E6C is #CFA193. Grayscale: #515151. Windows color (decimal): -13607316 or 7102000. OLE color: 7102000.

HSL color Cylindrical-coordinate representation of color #305E6C: hue angle of 194º 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 #305E6C is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4894108-
CMYK0.560.1300.58
HSL194º38.46%30.59%-
HSV(B)194º55.56%42.35%-
XYZ7.939.7215.64-
YUV81.84142.76103.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=19.2%
G=37.6%
B=43.2%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48941080.560.1300.5819438.4630.59
Hex305E6C38D03Ac2261f
Octal6013615470150723024637
Binary11000010111101101100111000110101110101100001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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