Html Css Color HEX #304775 Resolution Blue

📋 copy color: '#304775'

red 48 ◦ green 71 ◦ blue 117

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

Shades of Resolution Blue #304775

Tints of Resolution Blue #304775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 20.34%
G = 30.08%
B = 49.58%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304775 (or 0x304775) is known color: Resolution Blue. HEX triplet: 30, 47 and 75. RGB value is (48,71,117). Sum of RGB (Red+Green+Blue) = 48+71+117=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #304775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304775 is #CFB88A. Grayscale: #454545. Windows color (decimal): -13613195 or 7685936. OLE color: 7685936.

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

Color convert

RGB 48 71 117 -
CMYK 0.59 0.39 0 0.54
HSL 220º 0.42% 0.32% -
HSV(B) 220º 0.59% 0.46% -
XYZ 6.68 6.42 17.72 -
YUV 69.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 48 71 117 0.59 0.39 0 0.54 220 0.42 0.32
Hex 30 47 75 3B 27 0 36 DC 2A 20
Octal 60 107 165 73 47 0 66 334 52 40
Binary 110000 1000111 1110101 111011 100111 0 110110 11011100 101010 100000

Color Harmonies of #304775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304775

Black with #304775

Text Example


Text Example

White with #304775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304775; }

 p { color: rgb(48,71,117); }

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

background-color css

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

 a { background-color: rgb(48,71,117); }

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

border-color css

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

 span { border-color: rgb(48,71,117); }

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