#30626E

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

Shades of Blumine #30626E

Tints of Blumine #30626E

Color information

#30626E (or 0x30626E) is unknown color: approx Blumine. HEX triplet: 30, 62 and 6E. RGB value is (48,98,110). Sum of RGB (Red+Green+Blue) = 48+98+110=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #30626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30626E is #CF9D91. Grayscale: #545454. Windows color (decimal): -13606290 or 7234096. OLE color: 7234096.

HSL color Cylindrical-coordinate representation of color #30626E: hue angle of 191.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30626E is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4898110-
CMYK0.560.1100.57
HSL191.61º39.24%30.98%-
HSV(B)191.61º56.36%43.14%-
XYZ8.410.4916.33-
YUV84.42142.44102.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=18.75%
G=38.28%
B=42.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48981100.560.1100.57191.6139.2430.98
Hex30626E38B039c0271f
Octal6014215670130713004737
Binary11000011000101101110111000101101110011100000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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