#305769

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

Shades of Blumine #305769

Tints of Blumine #305769

Color information

#305769 (or 0x305769) is unknown color: approx Blumine. HEX triplet: 30, 57 and 69. RGB value is (48,87,105). Sum of RGB (Red+Green+Blue) = 48+87+105=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #305769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305769 is #CFA896. Grayscale: #4D4D4D. Windows color (decimal): -13609111 or 6903600. OLE color: 6903600.

HSL color Cylindrical-coordinate representation of color #305769: hue angle of 198.95º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305769 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4887105-
CMYK0.540.1700.59
HSL198.95º37.25%30%-
HSV(B)198.95º54.29%41.18%-
XYZ7.188.4614.62-
YUV77.39143.58107.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=20%
G=36.25%
B=43.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48871050.540.1700.59198.9537.2530
Hex305769361103Bc7251e
Octal6012715166210733074536
Binary110000101011111010011101101000101110111100011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305769; }

 p { color: rgb(48,87,105); }

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

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

 a { background-color: rgb(48,87,105); }

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

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

 span { border-color: rgb(48,87,105); }

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