#306373

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

Shades of Blumine #306373

Tints of Blumine #306373

Color information

#306373 (or 0x306373) is unknown color: approx Blumine. HEX triplet: 30, 63 and 73. RGB value is (48,99,115). Sum of RGB (Red+Green+Blue) = 48+99+115=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #306373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306373 is #CF9C8C. Grayscale: #555555. Windows color (decimal): -13606029 or 7562032. OLE color: 7562032.

HSL color Cylindrical-coordinate representation of color #306373: hue angle of 194.33º 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 #306373 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4899115-
CMYK0.580.1400.55
HSL194.33º41.1%31.96%-
HSV(B)194.33º58.26%45.1%-
XYZ8.7810.7917.84-
YUV85.58144.6101.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=18.32%
G=37.79%
B=43.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48991150.580.1400.55194.3341.131.96
Hex3063733AE037c22920
Octal6014316372160673025140
Binary110000110001111100111110101110011011111000010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306373; }

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

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

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

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

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

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

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

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