#305E6E

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

Shades of Blumine #305E6E

Tints of Blumine #305E6E

Color information

#305E6E (or 0x305E6E) is unknown color: approx Blumine. HEX triplet: 30, 5E and 6E. RGB value is (48,94,110). Sum of RGB (Red+Green+Blue) = 48+94+110=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #305E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E6E is #CFA191. Grayscale: #515151. Windows color (decimal): -13607314 or 7233072. OLE color: 7233072.

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

Color convert

RGB4894110-
CMYK0.560.1500.57
HSL195.48º39.24%30.98%-
HSV(B)195.48º56.36%43.14%-
XYZ8.049.7616.21-
YUV82.07143.76103.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=19.05%
G=37.30%
B=43.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48941100.560.1500.57195.4839.2430.98
Hex305E6E38F039c3271f
Octal6013615670170713034737
Binary11000010111101101110111000111101110011100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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