Html Css Color HEX #303F77 Resolution Blue

📋 copy color: '#303F77'

red 48 ◦ green 63 ◦ blue 119

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

Shades of Resolution Blue #303F77

Tints of Resolution Blue #303F77

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 20.87%
G = 27.39%
B = 51.74%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303F77 (or 0x303F77) is known color: Resolution Blue. HEX triplet: 30, 3F and 77. RGB value is (48,63,119). Sum of RGB (Red+Green+Blue) = 48+63+119=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #303F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F77 is #CFC088. Grayscale: #404040. Windows color (decimal): -13615241 or 7814960. OLE color: 7814960.

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

Color convert

RGB 48 63 119 -
CMYK 0.60 0.47 0 0.53
HSL 227.32º 0.43% 0.33% -
HSV(B) 227.32º 0.6% 0.47% -
XYZ 6.33 5.52 18.18 -
YUV 64.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 48 63 119 0.60 0.47 0 0.53 227.32 0.43 0.33
Hex 30 3F 77 3C 2F 0 35 E3 2B 21
Octal 60 77 167 74 57 0 65 343 53 41
Binary 110000 111111 1110111 111100 101111 0 110101 11100011 101011 100001

Color Harmonies of #303F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F77

Black with #303F77

Text Example


Text Example

White with #303F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,119); }

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

background-color css

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

 a { background-color: rgb(48,63,119); }

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

border-color css

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

 span { border-color: rgb(48,63,119); }

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