Html Css Color HEX #303C79 Resolution Blue

📋 copy color: '#303C79'

red 48 ◦ green 60 ◦ blue 121

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

Shades of Resolution Blue #303C79

Tints of Resolution Blue #303C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.2%

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

R = 20.96%
G = 26.2%
B = 52.84%

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

#303C79 (or 0x303C79) is known color: Resolution Blue. HEX triplet: 30, 3C and 79. RGB value is (48,60,121). Sum of RGB (Red+Green+Blue) = 48+60+121=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #303C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C79 is #CFC386. Grayscale: #3F3F3F. Windows color (decimal): -13616007 or 7945264. OLE color: 7945264.

HSL color Cylindrical-coordinate representation of color #303C79: hue angle of 230.14º 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 #303C79 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 60 121 -
CMYK 0.60 0.50 0 0.53
HSL 230.14º 0.43% 0.33% -
HSV(B) 230.14º 0.6% 0.47% -
XYZ 6.29 5.24 18.77 -
YUV 63.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 48 60 121 0.60 0.50 0 0.53 230.14 0.43 0.33
Hex 30 3C 79 3C 32 0 35 E6 2B 21
Octal 60 74 171 74 62 0 65 346 53 41
Binary 110000 111100 1111001 111100 110010 0 110101 11100110 101011 100001

Color Harmonies of #303C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C79

Black with #303C79

Text Example


Text Example

White with #303C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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