Html Css Color HEX #304271 Resolution Blue

📋 copy color: '#304271'

red 48 ◦ green 66 ◦ blue 113

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

Shades of Resolution Blue #304271

Tints of Resolution Blue #304271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 21.15%
G = 29.07%
B = 49.78%

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

#304271 (or 0x304271) is known color: Resolution Blue. HEX triplet: 30, 42 and 71. RGB value is (48,66,113). Sum of RGB (Red+Green+Blue) = 48+66+113=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #304271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304271 is #CFBD8E. Grayscale: #414141. Windows color (decimal): -13614479 or 7422512. OLE color: 7422512.

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

Color convert

RGB 48 66 113 -
CMYK 0.58 0.42 0 0.56
HSL 223.38º 0.4% 0.32% -
HSV(B) 223.38º 0.58% 0.44% -
XYZ 6.15 5.72 16.4 -
YUV 65.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 48 66 113 0.58 0.42 0 0.56 223.38 0.4 0.32
Hex 30 42 71 3A 2A 0 38 DF 28 20
Octal 60 102 161 72 52 0 70 337 50 40
Binary 110000 1000010 1110001 111010 101010 0 111000 11011111 101000 100000

Color Harmonies of #304271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304271

Black with #304271

Text Example


Text Example

White with #304271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304271; }

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

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

background-color css

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

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

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

border-color css

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

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

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