Html Css Color HEX #304776 Resolution Blue

📋 copy color: '#304776'

red 48 ◦ green 71 ◦ blue 118

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

Shades of Resolution Blue #304776

Tints of Resolution Blue #304776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 20.25%
G = 29.96%
B = 49.79%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304776 (or 0x304776) is known color: Resolution Blue. HEX triplet: 30, 47 and 76. RGB value is (48,71,118). Sum of RGB (Red+Green+Blue) = 48+71+118=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #304776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304776 is #CFB889. Grayscale: #454545. Windows color (decimal): -13613194 or 7751472. OLE color: 7751472.

HSL color Cylindrical-coordinate representation of color #304776: hue angle of 220.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304776 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 71 118 -
CMYK 0.59 0.40 0 0.54
HSL 220.29º 0.42% 0.33% -
HSV(B) 220.29º 0.59% 0.46% -
XYZ 6.74 6.44 18.03 -
YUV 69.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 48 71 118 0.59 0.40 0 0.54 220.29 0.42 0.33
Hex 30 47 76 3B 28 0 36 DC 2A 21
Octal 60 107 166 73 50 0 66 334 52 41
Binary 110000 1000111 1110110 111011 101000 0 110110 11011100 101010 100001

Color Harmonies of #304776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304776

Black with #304776

Text Example


Text Example

White with #304776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304776; }

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

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

background-color css

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

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

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

border-color css

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

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

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