Html Css Color HEX #304571 Resolution Blue

📋 copy color: '#304571'

red 48 ◦ green 69 ◦ blue 113

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

Shades of Resolution Blue #304571

Tints of Resolution Blue #304571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 20.87%
G = 30%
B = 49.13%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304571 (or 0x304571) is known color: Resolution Blue. HEX triplet: 30, 45 and 71. RGB value is (48,69,113). Sum of RGB (Red+Green+Blue) = 48+69+113=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #304571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304571 is #CFBA8E. Grayscale: #434343. Windows color (decimal): -13613711 or 7423280. OLE color: 7423280.

HSL color Cylindrical-coordinate representation of color #304571: hue angle of 220.62º 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 #304571 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 69 113 -
CMYK 0.58 0.39 0 0.56
HSL 220.62º 0.4% 0.32% -
HSV(B) 220.62º 0.58% 0.44% -
XYZ 6.33 6.08 16.46 -
YUV 67.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 48 69 113 0.58 0.39 0 0.56 220.62 0.4 0.32
Hex 30 45 71 3A 27 0 38 DD 28 20
Octal 60 105 161 72 47 0 70 335 50 40
Binary 110000 1000101 1110001 111010 100111 0 111000 11011101 101000 100000

Color Harmonies of #304571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304571

Black with #304571

Text Example


Text Example

White with #304571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304571; }

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

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

background-color css

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

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

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

border-color css

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

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

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