Html Css Color HEX #303B71 Resolution Blue

📋 copy color: '#303B71'

red 48 ◦ green 59 ◦ blue 113

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

Shades of Resolution Blue #303B71

Tints of Resolution Blue #303B71

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

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

R = 21.82%
G = 26.82%
B = 51.36%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303B71 (or 0x303B71) is known color: Resolution Blue. HEX triplet: 30, 3B and 71. RGB value is (48,59,113). Sum of RGB (Red+Green+Blue) = 48+59+113=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #303B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B71 is #CFC48E. Grayscale: #3D3D3D. Windows color (decimal): -13616271 or 7420720. OLE color: 7420720.

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

Color convert

RGB 48 59 113 -
CMYK 0.58 0.48 0 0.56
HSL 229.85º 0.4% 0.32% -
HSV(B) 229.85º 0.58% 0.44% -
XYZ 5.76 4.95 16.27 -
YUV 61.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 48 59 113 0.58 0.48 0 0.56 229.85 0.4 0.32
Hex 30 3B 71 3A 30 0 38 E6 28 20
Octal 60 73 161 72 60 0 70 346 50 40
Binary 110000 111011 1110001 111010 110000 0 111000 11100110 101000 100000

Color Harmonies of #303B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B71

Black with #303B71

Text Example


Text Example

White with #303B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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