#30607B

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

Shades of Blumine #30607B

Tints of Blumine #30607B

Color information

#30607B (or 0x30607B) is unknown color: approx Blumine. HEX triplet: 30, 60 and 7B. RGB value is (48,96,123). Sum of RGB (Red+Green+Blue) = 48+96+123=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #30607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30607B is #CF9F84. Grayscale: #545454. Windows color (decimal): -13606789 or 8085552. OLE color: 8085552.

HSL color Cylindrical-coordinate representation of color #30607B: hue angle of 201.6º 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 #30607B is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4896123-
CMYK0.610.2200.52
HSL201.6º43.86%33.53%-
HSV(B)201.6º60.98%48.24%-
XYZ8.9810.4220.28-
YUV84.73149.6101.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=17.98%
G=35.96%
B=46.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48961230.610.2200.52201.643.8633.53
Hex30607B3D16034ca2c22
Octal6014017375260643125442
Binary1100001100000111101111110110110011010011001010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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