#30656B

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

Shades of Blumine #30656B

Tints of Blumine #30656B

Color information

#30656B (or 0x30656B) is unknown color: approx Blumine. HEX triplet: 30, 65 and 6B. RGB value is (48,101,107). Sum of RGB (Red+Green+Blue) = 48+101+107=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #30656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30656B is #CF9A94. Grayscale: #555555. Windows color (decimal): -13605525 or 7038256. OLE color: 7038256.

HSL color Cylindrical-coordinate representation of color #30656B: hue angle of 186.1º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30656B is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB48101107-
CMYK0.550.0600.58
HSL186.1º38.06%30.39%-
HSV(B)186.1º55.14%41.96%-
XYZ8.531115.58-
YUV85.84139.94101.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=18.75%
G=39.45%
B=41.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal481011070.550.0600.58186.138.0630.39
Hex30656B37603Aba261e
Octal601451536760722724636
Binary1100001100101110101111011111001110101011101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30656B; }

 p { color: rgb(48,101,107); }

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

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

 a { background-color: rgb(48,101,107); }

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

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

 span { border-color: rgb(48,101,107); }

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