#305755

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

Shades of Blue Dianne #305755

Tints of Blue Dianne #305755

Color information

#305755 (or 0x305755) is unknown color: approx Blue Dianne. HEX triplet: 30, 57 and 55. RGB value is (48,87,85). Sum of RGB (Red+Green+Blue) = 48+87+85=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #305755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305755 is #CFA8AA. Grayscale: #4B4B4B. Windows color (decimal): -13609131 or 5592880. OLE color: 5592880.

HSL color Cylindrical-coordinate representation of color #305755: hue angle of 176.92º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305755 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB488785-
CMYK0.4500.020.66
HSL176.92º28.89%26.47%-
HSV(B)176.92º44.83%34.12%-
XYZ6.278.19.83-
YUV75.11133.58108.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=21.82%
G=39.55%
B=38.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887850.4500.020.66176.9228.8926.47
Hex3057552D0242b11d1a
Octal6012712555021022613532
Binary110000101011110101011011010101000010101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305755; }

 p { color: rgb(48,87,85); }

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

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

 a { background-color: rgb(48,87,85); }

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

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

 span { border-color: rgb(48,87,85); }

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