#306770

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

Shades of Blumine #306770

Tints of Blumine #306770

Color information

#306770 (or 0x306770) is unknown color: approx Blumine. HEX triplet: 30, 67 and 70. RGB value is (48,103,112). Sum of RGB (Red+Green+Blue) = 48+103+112=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #306770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306770 is #CF988F. Grayscale: #575757. Windows color (decimal): -13605008 or 7366448. OLE color: 7366448.

HSL color Cylindrical-coordinate representation of color #306770: hue angle of 188.44º 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 #306770 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48103112-
CMYK0.570.0800.56
HSL188.44º40%31.37%-
HSV(B)188.44º57.14%43.92%-
XYZ8.9911.517.07-
YUV87.58141.7899.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=18.25%
G=39.16%
B=42.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481031120.570.0800.56188.444031.37
Hex306770398038bc281f
Octal6014716071100702745037
Binary11000011001111110000111001100001110001011110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306770; }

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

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

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

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

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

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

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

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