#306870

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

Shades of Blumine #306870

Tints of Blumine #306870

Color information

#306870 (or 0x306870) is unknown color: approx Blumine. HEX triplet: 30, 68 and 70. RGB value is (48,104,112). Sum of RGB (Red+Green+Blue) = 48+104+112=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #306870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306870 is #CF978F. Grayscale: #585858. Windows color (decimal): -13604752 or 7366704. OLE color: 7366704.

HSL color Cylindrical-coordinate representation of color #306870: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306870 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48104112-
CMYK0.570.0700.56
HSL187.5º40%31.37%-
HSV(B)187.5º57.14%43.92%-
XYZ9.0911.717.11-
YUV88.17141.4599.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=18.18%
G=39.39%
B=42.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481041120.570.0700.56187.54031.37
Hex306870397038bc281f
Octal601501607170702745037
Binary1100001101000111000011100111101110001011110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306870; }

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

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

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

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

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

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

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

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