Html Css Color HEX #304471 Resolution Blue

📋 copy color: '#304471'

red 48 ◦ green 68 ◦ blue 113

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

Shades of Resolution Blue #304471

Tints of Resolution Blue #304471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 20.96%
G = 29.69%
B = 49.34%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304471 (or 0x304471) is known color: Resolution Blue. HEX triplet: 30, 44 and 71. RGB value is (48,68,113). Sum of RGB (Red+Green+Blue) = 48+68+113=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #304471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304471 is #CFBB8E. Grayscale: #424242. Windows color (decimal): -13613967 or 7423024. OLE color: 7423024.

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

Color convert

RGB 48 68 113 -
CMYK 0.58 0.40 0 0.56
HSL 221.54º 0.4% 0.32% -
HSV(B) 221.54º 0.58% 0.44% -
XYZ 6.27 5.95 16.44 -
YUV 67.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 48 68 113 0.58 0.40 0 0.56 221.54 0.4 0.32
Hex 30 44 71 3A 28 0 38 DE 28 20
Octal 60 104 161 72 50 0 70 336 50 40
Binary 110000 1000100 1110001 111010 101000 0 111000 11011110 101000 100000

Color Harmonies of #304471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304471

Black with #304471

Text Example


Text Example

White with #304471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304471; }

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

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

background-color css

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

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

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

border-color css

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

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

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