Html Css Color HEX #303F74 Resolution Blue

📋 copy color: '#303F74'

red 48 ◦ green 63 ◦ blue 116

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

Shades of Resolution Blue #303F74

Tints of Resolution Blue #303F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 21.15%
G = 27.75%
B = 51.1%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#303F74 (or 0x303F74) is known color: Resolution Blue. HEX triplet: 30, 3F and 74. RGB value is (48,63,116). Sum of RGB (Red+Green+Blue) = 48+63+116=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #303F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F74 is #CFC08B. Grayscale: #404040. Windows color (decimal): -13615244 or 7618352. OLE color: 7618352.

HSL color Cylindrical-coordinate representation of color #303F74: hue angle of 226.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303F74 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 63 116 -
CMYK 0.59 0.46 0 0.55
HSL 226.76º 0.41% 0.32% -
HSV(B) 226.76º 0.59% 0.45% -
XYZ 6.15 5.44 17.25 -
YUV 64.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 48 63 116 0.59 0.46 0 0.55 226.76 0.41 0.32
Hex 30 3F 74 3B 2E 0 37 E3 29 20
Octal 60 77 164 73 56 0 67 343 51 40
Binary 110000 111111 1110100 111011 101110 0 110111 11100011 101001 100000

Color Harmonies of #303F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F74

Black with #303F74

Text Example


Text Example

White with #303F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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