Html Css Color HEX #304279 Resolution Blue

📋 copy color: '#304279'

red 48 ◦ green 66 ◦ blue 121

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

Shades of Resolution Blue #304279

Tints of Resolution Blue #304279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 20.43%
G = 28.09%
B = 51.49%

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

#304279 (or 0x304279) is known color: Resolution Blue. HEX triplet: 30, 42 and 79. RGB value is (48,66,121). Sum of RGB (Red+Green+Blue) = 48+66+121=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #304279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304279 is #CFBD86. Grayscale: #424242. Windows color (decimal): -13614471 or 7946800. OLE color: 7946800.

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

Color convert

RGB 48 66 121 -
CMYK 0.60 0.45 0 0.53
HSL 225.21º 0.43% 0.33% -
HSV(B) 225.21º 0.6% 0.47% -
XYZ 6.62 5.91 18.88 -
YUV 66.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 48 66 121 0.60 0.45 0 0.53 225.21 0.43 0.33
Hex 30 42 79 3C 2D 0 35 E1 2B 21
Octal 60 102 171 74 55 0 65 341 53 41
Binary 110000 1000010 1111001 111100 101101 0 110101 11100001 101011 100001

Color Harmonies of #304279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304279

Black with #304279

Text Example


Text Example

White with #304279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304279; }

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

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

background-color css

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

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

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

border-color css

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

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

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