Html Css Color HEX #304079 Resolution Blue

📋 copy color: '#304079'

red 48 ◦ green 64 ◦ blue 121

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

Shades of Resolution Blue #304079

Tints of Resolution Blue #304079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 20.6%
G = 27.47%
B = 51.93%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304079 (or 0x304079) is known color: Resolution Blue. HEX triplet: 30, 40 and 79. RGB value is (48,64,121). Sum of RGB (Red+Green+Blue) = 48+64+121=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #304079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304079 is #CFBF86. Grayscale: #414141. Windows color (decimal): -13614983 or 7946288. OLE color: 7946288.

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

Color convert

RGB 48 64 121 -
CMYK 0.60 0.47 0 0.53
HSL 226.85º 0.43% 0.33% -
HSV(B) 226.85º 0.6% 0.47% -
XYZ 6.5 5.68 18.84 -
YUV 65.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 48 64 121 0.60 0.47 0 0.53 226.85 0.43 0.33
Hex 30 40 79 3C 2F 0 35 E3 2B 21
Octal 60 100 171 74 57 0 65 343 53 41
Binary 110000 1000000 1111001 111100 101111 0 110101 11100011 101011 100001

Color Harmonies of #304079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304079

Black with #304079

Text Example


Text Example

White with #304079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304079; }

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

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

background-color css

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

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

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

border-color css

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

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

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