#306774

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

Shades of Blumine #306774

Tints of Blumine #306774

Color information

#306774 (or 0x306774) is unknown color: approx Blumine. HEX triplet: 30, 67 and 74. RGB value is (48,103,116). Sum of RGB (Red+Green+Blue) = 48+103+116=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #306774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306774 is #CF988B. Grayscale: #575757. Windows color (decimal): -13605004 or 7628592. OLE color: 7628592.

HSL color Cylindrical-coordinate representation of color #306774: hue angle of 191.47º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306774 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48103116-
CMYK0.590.1100.55
HSL191.47º41.46%32.16%-
HSV(B)191.47º58.62%45.49%-
XYZ9.2211.5918.27-
YUV88.04143.7899.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=17.98%
G=38.58%
B=43.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481031160.590.1100.55191.4741.4632.16
Hex3067743BB037bf2920
Octal6014716473130672775140
Binary110000110011111101001110111011011011110111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306774; }

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

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

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

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

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

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

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

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