#304552

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

Shades of Nile Blue #304552

Tints of Nile Blue #304552

Color information

#304552 (or 0x304552) is unknown color: approx Nile Blue. HEX triplet: 30, 45 and 52. RGB value is (48,69,82). Sum of RGB (Red+Green+Blue) = 48+69+82=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #304552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304552 is #CFBAAD. Grayscale: #404040. Windows color (decimal): -13613742 or 5391664. OLE color: 5391664.

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

Color convert

RGB486982-
CMYK0.410.1600.68
HSL202.94º26.15%25.49%-
HSV(B)202.94º41.46%32.16%-
XYZ4.875.498.79-
YUV64.2138.04116.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=24.12%
G=34.67%
B=41.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4869820.410.1600.68202.9426.1525.49
Hex3045522910044cb1a19
Octal60105122512001043133231
Binary110000100010110100101010011000001000100110010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304552; }

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

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

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

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

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

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

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

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