#304374

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

Shades of Resolution Blue #304374

Tints of Resolution Blue #304374

Color information

#304374 (or 0x304374) is unknown color: approx Resolution Blue. HEX triplet: 30, 43 and 74. RGB value is (48,67,116). Sum of RGB (Red+Green+Blue) = 48+67+116=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #304374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304374 is #CFBC8B. Grayscale: #424242. Windows color (decimal): -13614220 or 7619376. OLE color: 7619376.

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

Color convert

RGB4867116-
CMYK0.590.4200.55
HSL223.24º41.46%32.16%-
HSV(B)223.24º58.62%45.49%-
XYZ6.385.917.33-
YUV66.9155.71114.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=20.78%
G=29.00%
B=50.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48671160.590.4200.55223.2441.4632.16
Hex3043743B2A037df2920
Octal6010316473520673375140
Binary11000010000111110100111011101010011011111011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304374; }

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

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

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

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

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

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

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

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