Html Css Color HEX #303D79 Resolution Blue

📋 copy color: '#303D79'

red 48 ◦ green 61 ◦ blue 121

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

Shades of Resolution Blue #303D79

Tints of Resolution Blue #303D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.61%

R = 20.87%
G = 26.52%
B = 52.61%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303D79 (or 0x303D79) is known color: Resolution Blue. HEX triplet: 30, 3D and 79. RGB value is (48,61,121). Sum of RGB (Red+Green+Blue) = 48+61+121=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #303D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D79 is #CFC286. Grayscale: #3F3F3F. Windows color (decimal): -13615751 or 7945520. OLE color: 7945520.

HSL color Cylindrical-coordinate representation of color #303D79: hue angle of 229.32º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303D79 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 61 121 -
CMYK 0.60 0.50 0 0.53
HSL 229.32º 0.43% 0.33% -
HSV(B) 229.32º 0.6% 0.47% -
XYZ 6.34 5.35 18.79 -
YUV 63.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 48 61 121 0.60 0.50 0 0.53 229.32 0.43 0.33
Hex 30 3D 79 3C 32 0 35 E5 2B 21
Octal 60 75 171 74 62 0 65 345 53 41
Binary 110000 111101 1111001 111100 110010 0 110101 11100101 101011 100001

Color Harmonies of #303D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D79

Black with #303D79

Text Example


Text Example

White with #303D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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