#30677C

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

Shades of Blumine #30677C

Tints of Blumine #30677C

Color information

#30677C (or 0x30677C) is unknown color: approx Blumine. HEX triplet: 30, 67 and 7C. RGB value is (48,103,124). Sum of RGB (Red+Green+Blue) = 48+103+124=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #30677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677C is #CF9883. Grayscale: #585858. Windows color (decimal): -13604996 or 8152880. OLE color: 8152880.

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

Color convert

RGB48103124-
CMYK0.610.1700.51
HSL196.58º44.19%33.73%-
HSV(B)196.58º61.29%48.63%-
XYZ9.7111.7820.83-
YUV88.95147.7898.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=17.45%
G=37.45%
B=45.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481031240.610.1700.51196.5844.1933.73
Hex30677C3D11033c52c22
Octal6014717475210633055442
Binary1100001100111111110011110110001011001111000101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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