#304551

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

Shades of Nile Blue #304551

Tints of Nile Blue #304551

Color information

#304551 (or 0x304551) is unknown color: approx Nile Blue. HEX triplet: 30, 45 and 51. RGB value is (48,69,81). Sum of RGB (Red+Green+Blue) = 48+69+81=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #304551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304551 is #CFBAAE. Grayscale: #404040. Windows color (decimal): -13613743 or 5326128. OLE color: 5326128.

HSL color Cylindrical-coordinate representation of color #304551: hue angle of 201.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304551 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB486981-
CMYK0.410.1500.68
HSL201.82º25.58%25.29%-
HSV(B)201.82º40.74%31.76%-
XYZ4.835.488.59-
YUV64.09137.54116.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=24.24%
G=34.85%
B=40.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4869810.410.1500.68201.8225.5825.29
Hex30455129F044ca1a19
Octal60105121511701043123231
Binary11000010001011010001101001111101000100110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304551; }

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

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

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

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

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

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

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

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