#305768

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

Shades of Blumine #305768

Tints of Blumine #305768

Color information

#305768 (or 0x305768) is unknown color: approx Blumine. HEX triplet: 30, 57 and 68. RGB value is (48,87,104). Sum of RGB (Red+Green+Blue) = 48+87+104=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #305768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305768 is #CFA897. Grayscale: #4D4D4D. Windows color (decimal): -13609112 or 6838064. OLE color: 6838064.

HSL color Cylindrical-coordinate representation of color #305768: hue angle of 198.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305768 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4887104-
CMYK0.540.1600.59
HSL198.21º36.84%29.8%-
HSV(B)198.21º53.85%40.78%-
XYZ7.138.4414.35-
YUV77.28143.08107.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=20.08%
G=36.40%
B=43.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48871040.540.1600.59198.2136.8429.8
Hex305768361003Bc6251e
Octal6012715066200733064536
Binary110000101011111010001101101000001110111100011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305768; }

 p { color: rgb(48,87,104); }

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

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

 a { background-color: rgb(48,87,104); }

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

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

 span { border-color: rgb(48,87,104); }

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