Html Css Color HEX #304078 Resolution Blue

📋 copy color: '#304078'

red 48 ◦ green 64 ◦ blue 120

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

Shades of Resolution Blue #304078

Tints of Resolution Blue #304078

RGB

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

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

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

R = 20.69%
G = 27.59%
B = 51.72%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304078 (or 0x304078) is known color: Resolution Blue. HEX triplet: 30, 40 and 78. RGB value is (48,64,120). Sum of RGB (Red+Green+Blue) = 48+64+120=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #304078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304078 is #CFBF87. Grayscale: #414141. Windows color (decimal): -13614984 or 7880752. OLE color: 7880752.

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

Color convert

RGB 48 64 120 -
CMYK 0.60 0.47 0 0.53
HSL 226.67º 0.43% 0.33% -
HSV(B) 226.67º 0.6% 0.47% -
XYZ 6.44 5.65 18.52 -
YUV 65.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 48 64 120 0.60 0.47 0 0.53 226.67 0.43 0.33
Hex 30 40 78 3C 2F 0 35 E3 2B 21
Octal 60 100 170 74 57 0 65 343 53 41
Binary 110000 1000000 1111000 111100 101111 0 110101 11100011 101011 100001

Color Harmonies of #304078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304078

Black with #304078

Text Example


Text Example

White with #304078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304078; }

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

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

background-color css

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

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

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

border-color css

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

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

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