Html Css Color HEX #304677 Resolution Blue

📋 copy color: '#304677'

red 48 ◦ green 70 ◦ blue 119

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

Shades of Resolution Blue #304677

Tints of Resolution Blue #304677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 20.25%
G = 29.54%
B = 50.21%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304677 (or 0x304677) is known color: Resolution Blue. HEX triplet: 30, 46 and 77. RGB value is (48,70,119). Sum of RGB (Red+Green+Blue) = 48+70+119=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #304677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304677 is #CFB988. Grayscale: #444444. Windows color (decimal): -13613449 or 7816752. OLE color: 7816752.

HSL color Cylindrical-coordinate representation of color #304677: hue angle of 221.41º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304677 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 70 119 -
CMYK 0.60 0.41 0 0.53
HSL 221.41º 0.43% 0.33% -
HSV(B) 221.41º 0.6% 0.47% -
XYZ 6.74 6.34 18.32 -
YUV 69.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 48 70 119 0.60 0.41 0 0.53 221.41 0.43 0.33
Hex 30 46 77 3C 29 0 35 DD 2B 21
Octal 60 106 167 74 51 0 65 335 53 41
Binary 110000 1000110 1110111 111100 101001 0 110101 11011101 101011 100001

Color Harmonies of #304677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304677

Black with #304677

Text Example


Text Example

White with #304677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304677; }

 p { color: rgb(48,70,119); }

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

background-color css

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

 a { background-color: rgb(48,70,119); }

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

border-color css

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

 span { border-color: rgb(48,70,119); }

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