Html Css Color HEX #304076 Resolution Blue

📋 copy color: '#304076'

red 48 ◦ green 64 ◦ blue 118

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

Shades of Resolution Blue #304076

Tints of Resolution Blue #304076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

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

R = 20.87%
G = 27.83%
B = 51.3%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304076 (or 0x304076) is known color: Resolution Blue. HEX triplet: 30, 40 and 76. RGB value is (48,64,118). Sum of RGB (Red+Green+Blue) = 48+64+118=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #304076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304076 is #CFBF89. Grayscale: #414141. Windows color (decimal): -13614986 or 7749680. OLE color: 7749680.

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

Color convert

RGB 48 64 118 -
CMYK 0.59 0.46 0 0.54
HSL 226.29º 0.42% 0.33% -
HSV(B) 226.29º 0.59% 0.46% -
XYZ 6.32 5.6 17.89 -
YUV 65.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 48 64 118 0.59 0.46 0 0.54 226.29 0.42 0.33
Hex 30 40 76 3B 2E 0 36 E2 2A 21
Octal 60 100 166 73 56 0 66 342 52 41
Binary 110000 1000000 1110110 111011 101110 0 110110 11100010 101010 100001

Color Harmonies of #304076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304076

Black with #304076

Text Example


Text Example

White with #304076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304076; }

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

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

background-color css

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

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

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

border-color css

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

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

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