Html Css Color HEX #304871 Resolution Blue

📋 copy color: '#304871'

red 48 ◦ green 72 ◦ blue 113

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

Shades of Resolution Blue #304871

Tints of Resolution Blue #304871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 20.6%
G = 30.9%
B = 48.5%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304871 (or 0x304871) is known color: Resolution Blue. HEX triplet: 30, 48 and 71. RGB value is (48,72,113). Sum of RGB (Red+Green+Blue) = 48+72+113=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #304871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304871 is #CFB78E. Grayscale: #454545. Windows color (decimal): -13612943 or 7424048. OLE color: 7424048.

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

Color convert

RGB 48 72 113 -
CMYK 0.58 0.36 0 0.56
HSL 217.85º 0.4% 0.32% -
HSV(B) 217.85º 0.58% 0.44% -
XYZ 6.52 6.46 16.53 -
YUV 69.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 48 72 113 0.58 0.36 0 0.56 217.85 0.4 0.32
Hex 30 48 71 3A 24 0 38 DA 28 20
Octal 60 110 161 72 44 0 70 332 50 40
Binary 110000 1001000 1110001 111010 100100 0 111000 11011010 101000 100000

Color Harmonies of #304871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304871

Black with #304871

Text Example


Text Example

White with #304871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304871; }

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

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

background-color css

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

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

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

border-color css

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

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

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