#30667B

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

Shades of Blumine #30667B

Tints of Blumine #30667B

Color information

#30667B (or 0x30667B) is unknown color: approx Blumine. HEX triplet: 30, 66 and 7B. RGB value is (48,102,123). Sum of RGB (Red+Green+Blue) = 48+102+123=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #30667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30667B is #CF9984. Grayscale: #585858. Windows color (decimal): -13605253 or 8087088. OLE color: 8087088.

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

Color convert

RGB48102123-
CMYK0.610.1700.52
HSL196.8º43.86%33.53%-
HSV(B)196.8º60.98%48.24%-
XYZ9.5511.5620.47-
YUV88.25147.6199.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=17.58%
G=37.36%
B=45.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481021230.610.1700.52196.843.8633.53
Hex30667B3D11034c52c22
Octal6014617375210643055442
Binary1100001100110111101111110110001011010011000101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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