Html Css Color HEX #303F71 Resolution Blue

📋 copy color: '#303F71'

red 48 ◦ green 63 ◦ blue 113

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

Shades of Resolution Blue #303F71

Tints of Resolution Blue #303F71

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

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

R = 21.43%
G = 28.13%
B = 50.45%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303F71 (or 0x303F71) is known color: Resolution Blue. HEX triplet: 30, 3F and 71. RGB value is (48,63,113). Sum of RGB (Red+Green+Blue) = 48+63+113=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #303F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F71 is #CFC08E. Grayscale: #3F3F3F. Windows color (decimal): -13615247 or 7421744. OLE color: 7421744.

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

Color convert

RGB 48 63 113 -
CMYK 0.58 0.44 0 0.56
HSL 226.15º 0.4% 0.32% -
HSV(B) 226.15º 0.58% 0.44% -
XYZ 5.98 5.38 16.35 -
YUV 64.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 48 63 113 0.58 0.44 0 0.56 226.15 0.4 0.32
Hex 30 3F 71 3A 2C 0 38 E2 28 20
Octal 60 77 161 72 54 0 70 342 50 40
Binary 110000 111111 1110001 111010 101100 0 111000 11100010 101000 100000

Color Harmonies of #303F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F71

Black with #303F71

Text Example


Text Example

White with #303F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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