#305D6E

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

Shades of Blumine #305D6E

Tints of Blumine #305D6E

Color information

#305D6E (or 0x305D6E) is unknown color: approx Blumine. HEX triplet: 30, 5D and 6E. RGB value is (48,93,110). Sum of RGB (Red+Green+Blue) = 48+93+110=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #305D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D6E is #CFA291. Grayscale: #515151. Windows color (decimal): -13607570 or 7232816. OLE color: 7232816.

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

Color convert

RGB4893110-
CMYK0.560.1500.57
HSL196.45º39.24%30.98%-
HSV(B)196.45º56.36%43.14%-
XYZ7.959.5816.18-
YUV81.48144.09104.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=19.12%
G=37.05%
B=43.82%

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
Decimal48931100.560.1500.57196.4539.2430.98
Hex305D6E38F039c4271f
Octal6013515670170713044737
Binary11000010111011101110111000111101110011100010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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