#304277

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

Shades of Resolution Blue #304277

Tints of Resolution Blue #304277

Color information

#304277 (or 0x304277) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 77. RGB value is (48,66,119). Sum of RGB (Red+Green+Blue) = 48+66+119=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #304277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304277 is #CFBD88. Grayscale: #424242. Windows color (decimal): -13614473 or 7815728. OLE color: 7815728.

HSL color Cylindrical-coordinate representation of color #304277: hue angle of 224.79º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304277 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4866119-
CMYK0.600.4500.53
HSL224.79º42.51%32.75%-
HSV(B)224.79º59.66%46.67%-
XYZ6.55.8618.24-
YUV66.66157.54114.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=20.60%
G=28.33%
B=51.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48661190.600.4500.53224.7942.5132.75
Hex3042773C2D035e12b21
Octal6010216774550653415341
Binary11000010000101110111111100101101011010111100001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304277; }

 p { color: rgb(48,66,119); }

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

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

 a { background-color: rgb(48,66,119); }

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

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

 span { border-color: rgb(48,66,119); }

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