Html Css Color HEX #304277 Resolution Blue

📋 copy color: '#304277'

red 48 ◦ green 66 ◦ blue 119

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

Shades of Resolution Blue #304277

Tints of Resolution Blue #304277

RGB

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

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

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

R = 20.6%
G = 28.33%
B = 51.07%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304277 (or 0x304277) is known color: Resolution Blue. HEX triplet: 30, 42 and 77. RGB value is (48,66,119). Sum of RGB (Red+Green+Blue) = 48+66+119=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #304277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304277 is #CFBD88. Grayscale: #424242. Windows color (decimal): -13614473 or 7815728. OLE color: 7815728.

HSL color Cylindrical-coordinate representation of color #304277: hue angle of 224.79º 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 #304277 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 66 119 -
CMYK 0.60 0.45 0 0.53
HSL 224.79º 0.43% 0.33% -
HSV(B) 224.79º 0.6% 0.47% -
XYZ 6.5 5.86 18.24 -
YUV 66.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 48 66 119 0.60 0.45 0 0.53 224.79 0.43 0.33
Hex 30 42 77 3C 2D 0 35 E1 2B 21
Octal 60 102 167 74 55 0 65 341 53 41
Binary 110000 1000010 1110111 111100 101101 0 110101 11100001 101011 100001

Color Harmonies of #304277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304277

Black with #304277

Text Example


Text Example

White with #304277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304277; }

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

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

background-color css

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

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

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

border-color css

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

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

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