#306368

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

Shades of Blumine #306368

Tints of Blumine #306368

Color information

#306368 (or 0x306368) is unknown color: approx Blumine. HEX triplet: 30, 63 and 68. RGB value is (48,99,104). Sum of RGB (Red+Green+Blue) = 48+99+104=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #306368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306368 is #CF9C97. Grayscale: #545454. Windows color (decimal): -13606040 or 6841136. OLE color: 6841136.

HSL color Cylindrical-coordinate representation of color #306368: hue angle of 185.36º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306368 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4899104-
CMYK0.540.0500.59
HSL185.36º36.84%29.8%-
HSV(B)185.36º53.85%40.78%-
XYZ8.1810.5514.7-
YUV84.32139.1102.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 104 (41.02% from 255) = 41.43%
R=19.12%
G=39.44%
B=41.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48991040.540.0500.59185.3636.8429.8
Hex30636836503Bb9251e
Octal601431506650732714536
Binary1100001100011110100011011010101110111011100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306368; }

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

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

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

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

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

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

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

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