#304375

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

Shades of Resolution Blue #304375

Tints of Resolution Blue #304375

Color information

#304375 (or 0x304375) is unknown color: approx Resolution Blue. HEX triplet: 30, 43 and 75. RGB value is (48,67,117). Sum of RGB (Red+Green+Blue) = 48+67+117=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #304375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304375 is #CFBC8A. Grayscale: #424242. Windows color (decimal): -13614219 or 7684912. OLE color: 7684912.

HSL color Cylindrical-coordinate representation of color #304375: hue angle of 223.48º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304375 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4867117-
CMYK0.590.4300.54
HSL223.48º41.82%32.35%-
HSV(B)223.48º58.97%45.88%-
XYZ6.445.9317.63-
YUV67.02156.21114.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=20.69%
G=28.88%
B=50.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48671170.590.4300.54223.4841.8232.35
Hex3043753B2B036df2a20
Octal6010316573530663375240
Binary11000010000111110101111011101011011011011011111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304375; }

 p { color: rgb(48,67,117); }

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

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

 a { background-color: rgb(48,67,117); }

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

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

 span { border-color: rgb(48,67,117); }

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