Html Css Color HEX #304774 Resolution Blue

📋 copy color: '#304774'

red 48 ◦ green 71 ◦ blue 116

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

Shades of Resolution Blue #304774

Tints of Resolution Blue #304774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 20.43%
G = 30.21%
B = 49.36%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304774 (or 0x304774) is known color: Resolution Blue. HEX triplet: 30, 47 and 74. RGB value is (48,71,116). Sum of RGB (Red+Green+Blue) = 48+71+116=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #304774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304774 is #CFB88B. Grayscale: #454545. Windows color (decimal): -13613196 or 7620400. OLE color: 7620400.

HSL color Cylindrical-coordinate representation of color #304774: hue angle of 219.71º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304774 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 71 116 -
CMYK 0.59 0.39 0 0.55
HSL 219.71º 0.41% 0.32% -
HSV(B) 219.71º 0.59% 0.45% -
XYZ 6.62 6.4 17.41 -
YUV 69.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 48 71 116 0.59 0.39 0 0.55 219.71 0.41 0.32
Hex 30 47 74 3B 27 0 37 DC 29 20
Octal 60 107 164 73 47 0 67 334 51 40
Binary 110000 1000111 1110100 111011 100111 0 110111 11011100 101001 100000

Color Harmonies of #304774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304774

Black with #304774

Text Example


Text Example

White with #304774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304774; }

 p { color: rgb(48,71,116); }

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

background-color css

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

 a { background-color: rgb(48,71,116); }

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

border-color css

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

 span { border-color: rgb(48,71,116); }

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