Html Css Color HEX #304077 Resolution Blue

📋 copy color: '#304077'

red 48 ◦ green 64 ◦ blue 119

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

Shades of Resolution Blue #304077

Tints of Resolution Blue #304077

RGB

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

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

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

R = 20.78%
G = 27.71%
B = 51.52%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304077 (or 0x304077) is known color: Resolution Blue. HEX triplet: 30, 40 and 77. RGB value is (48,64,119). Sum of RGB (Red+Green+Blue) = 48+64+119=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #304077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304077 is #CFBF88. Grayscale: #414141. Windows color (decimal): -13614985 or 7815216. OLE color: 7815216.

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

Color convert

RGB 48 64 119 -
CMYK 0.60 0.46 0 0.53
HSL 226.48º 0.43% 0.33% -
HSV(B) 226.48º 0.6% 0.47% -
XYZ 6.38 5.63 18.2 -
YUV 65.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 48 64 119 0.60 0.46 0 0.53 226.48 0.43 0.33
Hex 30 40 77 3C 2E 0 35 E2 2B 21
Octal 60 100 167 74 56 0 65 342 53 41
Binary 110000 1000000 1110111 111100 101110 0 110101 11100010 101011 100001

Color Harmonies of #304077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304077

Black with #304077

Text Example


Text Example

White with #304077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304077; }

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

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

background-color css

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

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

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

border-color css

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

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

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