#306367

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

Shades of Blumine #306367

Tints of Blumine #306367

Color information

#306367 (or 0x306367) is unknown color: approx Blumine. HEX triplet: 30, 63 and 67. RGB value is (48,99,103). Sum of RGB (Red+Green+Blue) = 48+99+103=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #306367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306367 is #CF9C98. Grayscale: #545454. Windows color (decimal): -13606041 or 6775600. OLE color: 6775600.

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

Color convert

RGB4899103-
CMYK0.530.0400.60
HSL184.36º36.42%29.61%-
HSV(B)184.36º53.4%40.39%-
XYZ8.1310.5314.44-
YUV84.21138.6102.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=19.2%
G=39.6%
B=41.2%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48991030.530.0400.60184.3636.4229.61
Hex30636735403Cb8241e
Octal601431476540742704436
Binary1100001100011110011111010110001111001011100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306367; }

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

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

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

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

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

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

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

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