Html Css Color HEX #304276 Resolution Blue

📋 copy color: '#304276'

red 48 ◦ green 66 ◦ blue 118

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

Shades of Resolution Blue #304276

Tints of Resolution Blue #304276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 20.69%
G = 28.45%
B = 50.86%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304276 (or 0x304276) is known color: Resolution Blue. HEX triplet: 30, 42 and 76. RGB value is (48,66,118). Sum of RGB (Red+Green+Blue) = 48+66+118=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #304276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304276 is #CFBD89. Grayscale: #424242. Windows color (decimal): -13614474 or 7750192. OLE color: 7750192.

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

Color convert

RGB 48 66 118 -
CMYK 0.59 0.44 0 0.54
HSL 224.57º 0.42% 0.33% -
HSV(B) 224.57º 0.59% 0.46% -
XYZ 6.44 5.83 17.93 -
YUV 66.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 48 66 118 0.59 0.44 0 0.54 224.57 0.42 0.33
Hex 30 42 76 3B 2C 0 36 E1 2A 21
Octal 60 102 166 73 54 0 66 341 52 41
Binary 110000 1000010 1110110 111011 101100 0 110110 11100001 101010 100001

Color Harmonies of #304276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304276

Black with #304276

Text Example


Text Example

White with #304276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304276; }

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

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

background-color css

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

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

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

border-color css

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

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

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