#306066

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

Shades of Blumine #306066

Tints of Blumine #306066

Color information

#306066 (or 0x306066) is unknown color: approx Blumine. HEX triplet: 30, 60 and 66. RGB value is (48,96,102). Sum of RGB (Red+Green+Blue) = 48+96+102=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #306066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306066 is #CF9F99. Grayscale: #525252. Windows color (decimal): -13606810 or 6709296. OLE color: 6709296.

HSL color Cylindrical-coordinate representation of color #306066: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306066 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4896102-
CMYK0.530.0600.6
HSL186.67º36%29.41%-
HSV(B)186.67º52.94%40%-
XYZ7.89.9514.08-
YUV82.33139.1103.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48961020.530.0600.6186.673629.41
Hex30606635603Cbb241d
Octal601401466560742734435
Binary1100001100000110011011010111001111001011101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306066; }

 p { color: rgb(48,96,102); }

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

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

 a { background-color: rgb(48,96,102); }

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

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

 span { border-color: rgb(48,96,102); }

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