#304553

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

Shades of Nile Blue #304553

Tints of Nile Blue #304553

Color information

#304553 (or 0x304553) is unknown color: approx Nile Blue. HEX triplet: 30, 45 and 53. RGB value is (48,69,83). Sum of RGB (Red+Green+Blue) = 48+69+83=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #304553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304553 is #CFBAAC. Grayscale: #404040. Windows color (decimal): -13613741 or 5457200. OLE color: 5457200.

HSL color Cylindrical-coordinate representation of color #304553: hue angle of 204º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304553 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB486983-
CMYK0.420.1700.67
HSL204º26.72%25.69%-
HSV(B)204º42.17%32.55%-
XYZ4.915.518.99-
YUV64.32138.54116.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=24%
G=34.5%
B=41.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4869830.420.1700.6720426.7225.69
Hex3045532A11043cc1b1a
Octal60105123522101033143332
Binary110000100010110100111010101000101000011110011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304553; }

 p { color: rgb(48,69,83); }

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

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

 a { background-color: rgb(48,69,83); }

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

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

 span { border-color: rgb(48,69,83); }

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