#304653

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

Shades of Nile Blue #304653

Tints of Nile Blue #304653

Color information

#304653 (or 0x304653) is unknown color: approx Nile Blue. HEX triplet: 30, 46 and 53. RGB value is (48,70,83). Sum of RGB (Red+Green+Blue) = 48+70+83=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #304653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304653 is #CFB9AC. Grayscale: #404040. Windows color (decimal): -13613485 or 5457456. OLE color: 5457456.

HSL color Cylindrical-coordinate representation of color #304653: hue angle of 202.29º 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 #304653 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487083-
CMYK0.420.1600.67
HSL202.29º26.72%25.69%-
HSV(B)202.29º42.17%32.55%-
XYZ4.975.639.01-
YUV64.9138.21115.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=23.88%
G=34.83%
B=41.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4870830.420.1600.67202.2926.7225.69
Hex3046532A10043ca1b1a
Octal60106123522001033123332
Binary110000100011010100111010101000001000011110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304653; }

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

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

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

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

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

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

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

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