#306777

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

Shades of Blumine #306777

Tints of Blumine #306777

Color information

#306777 (or 0x306777) is unknown color: approx Blumine. HEX triplet: 30, 67 and 77. RGB value is (48,103,119). Sum of RGB (Red+Green+Blue) = 48+103+119=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #306777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306777 is #CF9888. Grayscale: #585858. Windows color (decimal): -13605001 or 7825200. OLE color: 7825200.

HSL color Cylindrical-coordinate representation of color #306777: hue angle of 193.52º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306777 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB48103119-
CMYK0.600.1300.53
HSL193.52º42.51%32.75%-
HSV(B)193.52º59.66%46.67%-
XYZ9.411.6619.21-
YUV88.38145.2899.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=17.78%
G=38.15%
B=44.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481031190.600.1300.53193.5242.5132.75
Hex3067773CD035c22b21
Octal6014716774150653025341
Binary110000110011111101111111001101011010111000010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306777; }

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

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

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

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

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

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

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

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