Html Css Color HEX #304578 Resolution Blue

📋 copy color: '#304578'

red 48 ◦ green 69 ◦ blue 120

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

Shades of Resolution Blue #304578

Tints of Resolution Blue #304578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 20.25%
G = 29.11%
B = 50.63%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304578 (or 0x304578) is known color: Resolution Blue. HEX triplet: 30, 45 and 78. RGB value is (48,69,120). Sum of RGB (Red+Green+Blue) = 48+69+120=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #304578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304578 is #CFBA87. Grayscale: #444444. Windows color (decimal): -13613704 or 7882032. OLE color: 7882032.

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

Color convert

RGB 48 69 120 -
CMYK 0.60 0.42 0 0.53
HSL 222.5º 0.43% 0.33% -
HSV(B) 222.5º 0.6% 0.47% -
XYZ 6.74 6.24 18.62 -
YUV 68.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 48 69 120 0.60 0.42 0 0.53 222.5 0.43 0.33
Hex 30 45 78 3C 2A 0 35 DE 2B 21
Octal 60 105 170 74 52 0 65 336 53 41
Binary 110000 1000101 1111000 111100 101010 0 110101 11011110 101011 100001

Color Harmonies of #304578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304578

Black with #304578

Text Example


Text Example

White with #304578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304578; }

 p { color: rgb(48,69,120); }

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

background-color css

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

 a { background-color: rgb(48,69,120); }

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

border-color css

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

 span { border-color: rgb(48,69,120); }

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