Html Css Color HEX #304171 Resolution Blue

📋 copy color: '#304171'

red 48 ◦ green 65 ◦ blue 113

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

Shades of Resolution Blue #304171

Tints of Resolution Blue #304171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.76%

 BLUE value IS 113 (44.53% from 255) = 50%

R = 21.24%
G = 28.76%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304171 (or 0x304171) is known color: Resolution Blue. HEX triplet: 30, 41 and 71. RGB value is (48,65,113). Sum of RGB (Red+Green+Blue) = 48+65+113=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #304171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304171 is #CFBE8E. Grayscale: #414141. Windows color (decimal): -13614735 or 7422256. OLE color: 7422256.

HSL color Cylindrical-coordinate representation of color #304171: hue angle of 224.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304171 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 65 113 -
CMYK 0.58 0.42 0 0.56
HSL 224.31º 0.4% 0.32% -
HSV(B) 224.31º 0.58% 0.44% -
XYZ 6.09 5.6 16.38 -
YUV 65.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 48 65 113 0.58 0.42 0 0.56 224.31 0.4 0.32
Hex 30 41 71 3A 2A 0 38 E0 28 20
Octal 60 101 161 72 52 0 70 340 50 40
Binary 110000 1000001 1110001 111010 101010 0 111000 11100000 101000 100000

Color Harmonies of #304171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304171

Black with #304171

Text Example


Text Example

White with #304171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304171; }

 p { color: rgb(48,65,113); }

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

background-color css

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

 a { background-color: rgb(48,65,113); }

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

border-color css

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

 span { border-color: rgb(48,65,113); }

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