#306073

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

Shades of Blumine #306073

Tints of Blumine #306073

Color information

#306073 (or 0x306073) is unknown color: approx Blumine. HEX triplet: 30, 60 and 73. RGB value is (48,96,115). Sum of RGB (Red+Green+Blue) = 48+96+115=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #306073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306073 is #CF9F8C. Grayscale: #535353. Windows color (decimal): -13606797 or 7561264. OLE color: 7561264.

HSL color Cylindrical-coordinate representation of color #306073: hue angle of 197.01º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306073 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4896115-
CMYK0.580.1700.55
HSL197.01º41.1%31.96%-
HSV(B)197.01º58.26%45.1%-
XYZ8.510.2317.75-
YUV83.81145.6102.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=18.53%
G=37.07%
B=44.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48961150.580.1700.55197.0141.131.96
Hex3060733A11037c52920
Octal6014016372210673055140
Binary1100001100000111001111101010001011011111000101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306073; }

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

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

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

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

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

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

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

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