Html Css Color HEX #304379 Resolution Blue

📋 copy color: '#304379'

red 48 ◦ green 67 ◦ blue 121

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

Shades of Resolution Blue #304379

Tints of Resolution Blue #304379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

 BLUE value IS 121 (47.66% from 255) = 51.27%

R = 20.34%
G = 28.39%
B = 51.27%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304379 (or 0x304379) is known color: Resolution Blue. HEX triplet: 30, 43 and 79. RGB value is (48,67,121). Sum of RGB (Red+Green+Blue) = 48+67+121=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #304379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304379 is #CFBC86. Grayscale: #434343. Windows color (decimal): -13614215 or 7947056. OLE color: 7947056.

HSL color Cylindrical-coordinate representation of color #304379: hue angle of 224.38º 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 #304379 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 67 121 -
CMYK 0.60 0.45 0 0.53
HSL 224.38º 0.43% 0.33% -
HSV(B) 224.38º 0.6% 0.47% -
XYZ 6.68 6.02 18.9 -
YUV 67.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 48 67 121 0.60 0.45 0 0.53 224.38 0.43 0.33
Hex 30 43 79 3C 2D 0 35 E0 2B 21
Octal 60 103 171 74 55 0 65 340 53 41
Binary 110000 1000011 1111001 111100 101101 0 110101 11100000 101011 100001

Color Harmonies of #304379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304379

Black with #304379

Text Example


Text Example

White with #304379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304379; }

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

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

background-color css

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

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

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

border-color css

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

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

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