#30677B

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

Shades of Blumine #30677B

Tints of Blumine #30677B

Color information

#30677B (or 0x30677B) is unknown color: approx Blumine. HEX triplet: 30, 67 and 7B. RGB value is (48,103,123). Sum of RGB (Red+Green+Blue) = 48+103+123=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #30677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677B is #CF9884. Grayscale: #585858. Windows color (decimal): -13604997 or 8087344. OLE color: 8087344.

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

Color convert

RGB48103123-
CMYK0.610.1600.52
HSL196º43.86%33.53%-
HSV(B)196º60.98%48.24%-
XYZ9.6411.7620.5-
YUV88.84147.2898.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=17.52%
G=37.59%
B=44.89%

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
Decimal481031230.610.1600.5219643.8633.53
Hex30677B3D10034c42c22
Octal6014717375200643045442
Binary1100001100111111101111110110000011010011000100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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