Html Css Color HEX #304673 Resolution Blue

📋 copy color: '#304673'

red 48 ◦ green 70 ◦ blue 115

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

Shades of Resolution Blue #304673

Tints of Resolution Blue #304673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 20.6%
G = 30.04%
B = 49.36%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304673 (or 0x304673) is known color: Resolution Blue. HEX triplet: 30, 46 and 73. RGB value is (48,70,115). Sum of RGB (Red+Green+Blue) = 48+70+115=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #304673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304673 is #CFB98C. Grayscale: #444444. Windows color (decimal): -13613453 or 7554608. OLE color: 7554608.

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

Color convert

RGB 48 70 115 -
CMYK 0.58 0.39 0 0.55
HSL 220.3º 0.41% 0.32% -
HSV(B) 220.3º 0.58% 0.45% -
XYZ 6.5 6.25 17.08 -
YUV 68.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 48 70 115 0.58 0.39 0 0.55 220.3 0.41 0.32
Hex 30 46 73 3A 27 0 37 DC 29 20
Octal 60 106 163 72 47 0 67 334 51 40
Binary 110000 1000110 1110011 111010 100111 0 110111 11011100 101001 100000

Color Harmonies of #304673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304673

Black with #304673

Text Example


Text Example

White with #304673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304673; }

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

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

background-color css

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

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

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

border-color css

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

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

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