#305663

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

Shades of Blumine #305663

Tints of Blumine #305663

Color information

#305663 (or 0x305663) is unknown color: approx Blumine. HEX triplet: 30, 56 and 63. RGB value is (48,86,99). Sum of RGB (Red+Green+Blue) = 48+86+99=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #305663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305663 is #CFA99C. Grayscale: #4C4C4C. Windows color (decimal): -13609373 or 6510128. OLE color: 6510128.

HSL color Cylindrical-coordinate representation of color #305663: hue angle of 195.29º 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 #305663 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB488699-
CMYK0.520.1300.61
HSL195.29º34.69%28.82%-
HSV(B)195.29º51.52%38.82%-
XYZ6.88.1813.03-
YUV76.12140.91107.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=20.60%
G=36.91%
B=42.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4886990.520.1300.61195.2934.6928.82
Hex30566334D03Dc3231d
Octal6012614364150753034335
Binary11000010101101100011110100110101111011100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305663; }

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

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

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

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

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

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

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

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