#305D66

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

Shades of Blumine #305D66

Tints of Blumine #305D66

Color information

#305D66 (or 0x305D66) is unknown color: approx Blumine. HEX triplet: 30, 5D and 66. RGB value is (48,93,102). Sum of RGB (Red+Green+Blue) = 48+93+102=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #305D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D66 is #CFA299. Grayscale: #505050. Windows color (decimal): -13607578 or 6708528. OLE color: 6708528.

HSL color Cylindrical-coordinate representation of color #305D66: hue angle of 190º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305D66 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4893102-
CMYK0.530.0900.6
HSL190º36%29.41%-
HSV(B)190º52.94%40%-
XYZ7.539.4213.99-
YUV80.57140.09104.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=19.75%
G=38.27%
B=41.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48931020.530.0900.61903629.41
Hex305D6635903Cbe241d
Octal6013514665110742764435
Binary11000010111011100110110101100101111001011111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D66; }

 p { color: rgb(48,93,102); }

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

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

 a { background-color: rgb(48,93,102); }

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

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

 span { border-color: rgb(48,93,102); }

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