Html Css Color HEX #303B78 Resolution Blue

📋 copy color: '#303B78'

red 48 ◦ green 59 ◦ blue 120

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

Shades of Resolution Blue #303B78

Tints of Resolution Blue #303B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.86%

R = 21.15%
G = 25.99%
B = 52.86%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303B78 (or 0x303B78) is known color: Resolution Blue. HEX triplet: 30, 3B and 78. RGB value is (48,59,120). Sum of RGB (Red+Green+Blue) = 48+59+120=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #303B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B78 is #CFC487. Grayscale: #3E3E3E. Windows color (decimal): -13616264 or 7879472. OLE color: 7879472.

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

Color convert

RGB 48 59 120 -
CMYK 0.60 0.51 0 0.53
HSL 230.83º 0.43% 0.33% -
HSV(B) 230.83º 0.6% 0.47% -
XYZ 6.17 5.11 18.43 -
YUV 62.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 48 59 120 0.60 0.51 0 0.53 230.83 0.43 0.33
Hex 30 3B 78 3C 33 0 35 E7 2B 21
Octal 60 73 170 74 63 0 65 347 53 41
Binary 110000 111011 1111000 111100 110011 0 110101 11100111 101011 100001

Color Harmonies of #303B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B78

Black with #303B78

Text Example


Text Example

White with #303B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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