#305E6D

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

Shades of Blumine #305E6D

Tints of Blumine #305E6D

Color information

#305E6D (or 0x305E6D) is unknown color: approx Blumine. HEX triplet: 30, 5E and 6D. RGB value is (48,94,109). Sum of RGB (Red+Green+Blue) = 48+94+109=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #305E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E6D is #CFA192. Grayscale: #515151. Windows color (decimal): -13607315 or 7167536. OLE color: 7167536.

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

Color convert

RGB4894109-
CMYK0.560.1400.57
HSL194.75º38.85%30.78%-
HSV(B)194.75º55.96%42.75%-
XYZ7.989.7415.93-
YUV81.96143.26103.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=19.12%
G=37.45%
B=43.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48941090.560.1400.57194.7538.8530.78
Hex305E6D38E039c3271f
Octal6013615570160713034737
Binary11000010111101101101111000111001110011100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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