#30636A

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

Shades of Blumine #30636A

Tints of Blumine #30636A

Color information

#30636A (or 0x30636A) is unknown color: approx Blumine. HEX triplet: 30, 63 and 6A. RGB value is (48,99,106). Sum of RGB (Red+Green+Blue) = 48+99+106=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #30636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30636A is #CF9C95. Grayscale: #545454. Windows color (decimal): -13606038 or 6972208. OLE color: 6972208.

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

Color convert

RGB4899106-
CMYK0.550.0700.58
HSL187.24º37.66%30.2%-
HSV(B)187.24º54.72%41.57%-
XYZ8.2810.5915.24-
YUV84.55140.1101.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=18.97%
G=39.13%
B=41.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48991060.550.0700.58187.2437.6630.2
Hex30636A37703Abb261e
Octal601431526770722734636
Binary1100001100011110101011011111101110101011101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30636A; }

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

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

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

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

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

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

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

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