Html Css Color HEX #384979 Resolution Blue

📋 copy color: '#384979'

red 56 ◦ green 73 ◦ blue 121

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

Shades of Resolution Blue #384979

Tints of Resolution Blue #384979

RGB

 RED value IS 56 (22.27% from 255) = 22.4%

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 22.4%
G = 29.2%
B = 48.4%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384979 (or 0x384979) is known color: Resolution Blue. HEX triplet: 38, 49 and 79. RGB value is (56,73,121). Sum of RGB (Red+Green+Blue) = 56+73+121=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #384979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384979 is #C7B686. Grayscale: #494949. Windows color (decimal): -13088391 or 7948600. OLE color: 7948600.

HSL color Cylindrical-coordinate representation of color #384979: hue angle of 224.31º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384979 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 73 121 -
CMYK 0.54 0.40 0 0.53
HSL 224.31º 0.37% 0.35% -
HSV(B) 224.31º 0.54% 0.47% -
XYZ 7.46 6.99 19.04 -
YUV 73.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 56 73 121 0.54 0.40 0 0.53 224.31 0.37 0.35
Hex 38 49 79 36 28 0 35 E0 25 23
Octal 70 111 171 66 50 0 65 340 45 43
Binary 111000 1001001 1111001 110110 101000 0 110101 11100000 100101 100011

Color Harmonies of #384979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384979

Black with #384979

Text Example


Text Example

White with #384979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384979; }

 p { color: rgb(56,73,121); }

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

background-color css

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

 a { background-color: rgb(56,73,121); }

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

border-color css

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

 span { border-color: rgb(56,73,121); }

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