Html Css Color HEX #384976 Resolution Blue

📋 copy color: '#384976'

red 56 ◦ green 73 ◦ blue 118

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

Shades of Resolution Blue #384976

Tints of Resolution Blue #384976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 22.67%
G = 29.55%
B = 47.77%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384976 (or 0x384976) is known color: Resolution Blue. HEX triplet: 38, 49 and 76. RGB value is (56,73,118). Sum of RGB (Red+Green+Blue) = 56+73+118=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #384976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384976 is #C7B689. Grayscale: #484848. Windows color (decimal): -13088394 or 7751992. OLE color: 7751992.

HSL color Cylindrical-coordinate representation of color #384976: hue angle of 223.55º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384976 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 73 118 -
CMYK 0.53 0.38 0 0.54
HSL 223.55º 0.36% 0.34% -
HSV(B) 223.55º 0.53% 0.46% -
XYZ 7.28 6.91 18.09 -
YUV 73.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 56 73 118 0.53 0.38 0 0.54 223.55 0.36 0.34
Hex 38 49 76 35 26 0 36 E0 24 22
Octal 70 111 166 65 46 0 66 340 44 42
Binary 111000 1001001 1110110 110101 100110 0 110110 11100000 100100 100010

Color Harmonies of #384976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384976

Black with #384976

Text Example


Text Example

White with #384976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384976; }

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

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

background-color css

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

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

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

border-color css

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

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

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