Html Css Color HEX #304174 Resolution Blue

📋 copy color: '#304174'

red 48 ◦ green 65 ◦ blue 116

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

Shades of Resolution Blue #304174

Tints of Resolution Blue #304174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

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

R = 20.96%
G = 28.38%
B = 50.66%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304174 (or 0x304174) is known color: Resolution Blue. HEX triplet: 30, 41 and 74. RGB value is (48,65,116). Sum of RGB (Red+Green+Blue) = 48+65+116=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #304174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304174 is #CFBE8B. Grayscale: #414141. Windows color (decimal): -13614732 or 7618864. OLE color: 7618864.

HSL color Cylindrical-coordinate representation of color #304174: hue angle of 225º 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 #304174 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 65 116 -
CMYK 0.59 0.44 0 0.55
HSL 225º 0.41% 0.32% -
HSV(B) 225º 0.59% 0.45% -
XYZ 6.26 5.67 17.29 -
YUV 65.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 48 65 116 0.59 0.44 0 0.55 225 0.41 0.32
Hex 30 41 74 3B 2C 0 37 E1 29 20
Octal 60 101 164 73 54 0 67 341 51 40
Binary 110000 1000001 1110100 111011 101100 0 110111 11100001 101001 100000

Color Harmonies of #304174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304174

Black with #304174

Text Example


Text Example

White with #304174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304174; }

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

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

background-color css

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

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

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

border-color css

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

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

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