#304272

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

Shades of Resolution Blue #304272

Tints of Resolution Blue #304272

Color information

#304272 (or 0x304272) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 72. RGB value is (48,66,114). Sum of RGB (Red+Green+Blue) = 48+66+114=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #304272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304272 is #CFBD8D. Grayscale: #414141. Windows color (decimal): -13614478 or 7488048. OLE color: 7488048.

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

Color convert

RGB4866114-
CMYK0.580.4200.55
HSL223.64º40.74%31.76%-
HSV(B)223.64º57.89%44.71%-
XYZ6.25.7416.7-
YUV66.09155.04115.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 114 (44.92% from 255) = 50%
R=21.05%
G=28.95%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48661140.580.4200.55223.6440.7431.76
Hex3042723A2A037e02920
Octal6010216272520673405140
Binary11000010000101110010111010101010011011111100000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304272; }

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

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

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

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

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

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

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

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