#306271

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

Shades of Blumine #306271

Tints of Blumine #306271

Color information

#306271 (or 0x306271) is unknown color: approx Blumine. HEX triplet: 30, 62 and 71. RGB value is (48,98,113). Sum of RGB (Red+Green+Blue) = 48+98+113=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #306271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306271 is #CF9D8E. Grayscale: #545454. Windows color (decimal): -13606287 or 7430704. OLE color: 7430704.

HSL color Cylindrical-coordinate representation of color #306271: hue angle of 193.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306271 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4898113-
CMYK0.580.1300.56
HSL193.85º40.37%31.57%-
HSV(B)193.85º57.52%44.31%-
XYZ8.5710.5617.21-
YUV84.76143.94101.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=18.53%
G=37.84%
B=43.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48981130.580.1300.56193.8540.3731.57
Hex3062713AD038c22820
Octal6014216172150703025040
Binary110000110001011100011110101101011100011000010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306271; }

 p { color: rgb(48,98,113); }

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

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

 a { background-color: rgb(48,98,113); }

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

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

 span { border-color: rgb(48,98,113); }

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