Html Css Color HEX #303D76 Resolution Blue

📋 copy color: '#303D76'

red 48 ◦ green 61 ◦ blue 118

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

Shades of Resolution Blue #303D76

Tints of Resolution Blue #303D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 21.15%
G = 26.87%
B = 51.98%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303D76 (or 0x303D76) is known color: Resolution Blue. HEX triplet: 30, 3D and 76. RGB value is (48,61,118). Sum of RGB (Red+Green+Blue) = 48+61+118=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #303D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D76 is #CFC289. Grayscale: #3F3F3F. Windows color (decimal): -13615754 or 7748912. OLE color: 7748912.

HSL color Cylindrical-coordinate representation of color #303D76: hue angle of 228.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303D76 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 61 118 -
CMYK 0.59 0.48 0 0.54
HSL 228.86º 0.42% 0.33% -
HSV(B) 228.86º 0.59% 0.46% -
XYZ 6.16 5.27 17.83 -
YUV 63.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 48 61 118 0.59 0.48 0 0.54 228.86 0.42 0.33
Hex 30 3D 76 3B 30 0 36 E5 2A 21
Octal 60 75 166 73 60 0 66 345 52 41
Binary 110000 111101 1110110 111011 110000 0 110110 11100101 101010 100001

Color Harmonies of #303D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D76

Black with #303D76

Text Example


Text Example

White with #303D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,118); }

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

background-color css

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

 a { background-color: rgb(48,61,118); }

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

border-color css

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

 span { border-color: rgb(48,61,118); }

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