#30626B

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

Shades of Blumine #30626B

Tints of Blumine #30626B

Color information

#30626B (or 0x30626B) is unknown color: approx Blumine. HEX triplet: 30, 62 and 6B. RGB value is (48,98,107). Sum of RGB (Red+Green+Blue) = 48+98+107=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #30626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30626B is #CF9D94. Grayscale: #535353. Windows color (decimal): -13606293 or 7037488. OLE color: 7037488.

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

Color convert

RGB4898107-
CMYK0.550.0800.58
HSL189.15º38.06%30.39%-
HSV(B)189.15º55.14%41.96%-
XYZ8.2410.4315.49-
YUV84.08140.94102.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=18.97%
G=38.74%
B=42.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48981070.550.0800.58189.1538.0630.39
Hex30626B37803Abd261e
Octal6014215367100722754636
Binary11000011000101101011110111100001110101011110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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