Html Css Color HEX #304873 Resolution Blue

📋 copy color: '#304873'

red 48 ◦ green 72 ◦ blue 115

#304873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #304873

Tints of Resolution Blue #304873

RGB

 RED value IS 48 (19.14% from 255) = 20.43%

 GREEN value IS 72 (28.52% from 255) = 30.64%

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 20.43%
G = 30.64%
B = 48.94%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304873 (or 0x304873) is known color: Resolution Blue. HEX triplet: 30, 48 and 73. RGB value is (48,72,115). Sum of RGB (Red+Green+Blue) = 48+72+115=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #304873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304873 is #CFB78C. Grayscale: #454545. Windows color (decimal): -13612941 or 7555120. OLE color: 7555120.

HSL color Cylindrical-coordinate representation of color #304873: hue angle of 218.51º 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 #304873 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 72 115 -
CMYK 0.58 0.37 0 0.55
HSL 218.51º 0.41% 0.32% -
HSV(B) 218.51º 0.58% 0.45% -
XYZ 6.63 6.5 17.12 -
YUV 69.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 48 72 115 0.58 0.37 0 0.55 218.51 0.41 0.32
Hex 30 48 73 3A 25 0 37 DB 29 20
Octal 60 110 163 72 45 0 67 333 51 40
Binary 110000 1001000 1110011 111010 100101 0 110111 11011011 101001 100000

Color Harmonies of #304873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304873

Black with #304873

Text Example


Text Example

White with #304873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304873; }

 p { color: rgb(48,72,115); }

 H1.HeaderClassName
 {
   color: #304873;
 }
 .AnyTagClassName
 {
   color: #304873;
 }
</style>

background-color css

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

 a { background-color: rgb(48,72,115); }

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

border-color css

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

 span { border-color: rgb(48,72,115); }

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