#306571

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

Shades of Blumine #306571

Tints of Blumine #306571

Color information

#306571 (or 0x306571) is unknown color: approx Blumine. HEX triplet: 30, 65 and 71. RGB value is (48,101,113). Sum of RGB (Red+Green+Blue) = 48+101+113=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #306571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306571 is #CF9A8E. Grayscale: #565656. Windows color (decimal): -13605519 or 7431472. OLE color: 7431472.

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

Color convert

RGB48101113-
CMYK0.580.1100.56
HSL191.08º40.37%31.57%-
HSV(B)191.08º57.52%44.31%-
XYZ8.8511.1317.3-
YUV86.52142.94100.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=18.32%
G=38.55%
B=43.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481011130.580.1100.56191.0840.3731.57
Hex3065713AB038bf2820
Octal6014516172130702775040
Binary110000110010111100011110101011011100010111111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306571; }

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

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

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

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

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

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

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

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