#305563

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

Shades of Blumine #305563

Tints of Blumine #305563

Color information

#305563 (or 0x305563) is unknown color: approx Blumine. HEX triplet: 30, 55 and 63. RGB value is (48,85,99). Sum of RGB (Red+Green+Blue) = 48+85+99=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #305563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305563 is #CFAA9C. Grayscale: #4B4B4B. Windows color (decimal): -13609629 or 6509872. OLE color: 6509872.

HSL color Cylindrical-coordinate representation of color #305563: hue angle of 196.47º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305563 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB488599-
CMYK0.520.1400.61
HSL196.47º34.69%28.82%-
HSV(B)196.47º51.52%38.82%-
XYZ6.728.0313-
YUV75.53141.24108.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=20.69%
G=36.64%
B=42.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4885990.520.1400.61196.4734.6928.82
Hex30556334E03Dc4231d
Octal6012514364160753044335
Binary11000010101011100011110100111001111011100010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305563; }

 p { color: rgb(48,85,99); }

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

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

 a { background-color: rgb(48,85,99); }

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

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

 span { border-color: rgb(48,85,99); }

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