#30667A

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

Shades of Blumine #30667A

Tints of Blumine #30667A

Color information

#30667A (or 0x30667A) is unknown color: approx Blumine. HEX triplet: 30, 66 and 7A. RGB value is (48,102,122). Sum of RGB (Red+Green+Blue) = 48+102+122=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #30667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30667A is #CF9985. Grayscale: #585858. Windows color (decimal): -13605254 or 8021552. OLE color: 8021552.

HSL color Cylindrical-coordinate representation of color #30667A: hue angle of 196.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30667A is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB48102122-
CMYK0.610.1600.52
HSL196.22º43.53%33.33%-
HSV(B)196.22º60.66%47.84%-
XYZ9.4811.5420.14-
YUV88.13147.1199.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=17.65%
G=37.5%
B=44.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481021220.610.1600.52196.2243.5333.33
Hex30667A3D10034c42c21
Octal6014617275200643045441
Binary1100001100110111101011110110000011010011000100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,102,122); }

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

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

 a { background-color: rgb(48,102,122); }

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

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

 span { border-color: rgb(48,102,122); }

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