#306775

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

Shades of Blumine #306775

Tints of Blumine #306775

Color information

#306775 (or 0x306775) is unknown color: approx Blumine. HEX triplet: 30, 67 and 75. RGB value is (48,103,117). Sum of RGB (Red+Green+Blue) = 48+103+117=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #306775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306775 is #CF988A. Grayscale: #585858. Windows color (decimal): -13605003 or 7694128. OLE color: 7694128.

HSL color Cylindrical-coordinate representation of color #306775: hue angle of 192.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306775 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48103117-
CMYK0.590.1200.54
HSL192.17º41.82%32.35%-
HSV(B)192.17º58.97%45.88%-
XYZ9.2811.6118.58-
YUV88.15144.2899.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=17.91%
G=38.43%
B=43.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481031170.590.1200.54192.1741.8232.35
Hex3067753BC036c02a20
Octal6014716573140663005240
Binary110000110011111101011110111100011011011000000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306775; }

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

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

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

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

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

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

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

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