Html Css Color HEX #304176 Resolution Blue

📋 copy color: '#304176'

red 48 ◦ green 65 ◦ blue 118

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

Shades of Resolution Blue #304176

Tints of Resolution Blue #304176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 20.78%
G = 28.14%
B = 51.08%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304176 (or 0x304176) is known color: Resolution Blue. HEX triplet: 30, 41 and 76. RGB value is (48,65,118). Sum of RGB (Red+Green+Blue) = 48+65+118=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #304176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304176 is #CFBE89. Grayscale: #414141. Windows color (decimal): -13614730 or 7749936. OLE color: 7749936.

HSL color Cylindrical-coordinate representation of color #304176: hue angle of 225.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304176 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 65 118 -
CMYK 0.59 0.45 0 0.54
HSL 225.43º 0.42% 0.33% -
HSV(B) 225.43º 0.59% 0.46% -
XYZ 6.38 5.72 17.91 -
YUV 65.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 48 65 118 0.59 0.45 0 0.54 225.43 0.42 0.33
Hex 30 41 76 3B 2D 0 36 E1 2A 21
Octal 60 101 166 73 55 0 66 341 52 41
Binary 110000 1000001 1110110 111011 101101 0 110110 11100001 101010 100001

Color Harmonies of #304176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304176

Black with #304176

Text Example


Text Example

White with #304176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304176; }

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

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

background-color css

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

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

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

border-color css

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

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

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