#384A78

Color #384A78 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #384A78

Tints of Resolution Blue #384A78

Color information

#384A78 (or 0x384A78) is unknown color: approx Resolution Blue. HEX triplet: 38, 4A and 78. RGB value is (56,74,120). Sum of RGB (Red+Green+Blue) = 56+74+120=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #384A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A78 is #C7B587. Grayscale: #494949. Windows color (decimal): -13088136 or 7883320. OLE color: 7883320.

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

Color convert

RGB5674120-
CMYK0.530.3800.53
HSL223.12º36.36%34.51%-
HSV(B)223.12º53.33%47.06%-
XYZ7.477.0918.74-
YUV73.86154.04115.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 120 (47.27% from 255) = 48%
R=22.4%
G=29.6%
B=48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56741200.530.3800.53223.1236.3634.51
Hex384A783526035df2423
Octal7011217065460653374443
Binary11100010010101111000110101100110011010111011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384A78; }

 p { color: rgb(56,74,120); }

 H1.HeaderClassName
 {
   color: #384A78;
 }
 .AnyTagClassName
 {
   color: #384A78;
 }
</style>
background-color css

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

 a { background-color: rgb(56,74,120); }

 div.DivClassName
 {
   background-color: #384A78;
 }
 .BgClassName
 {
   background-color: #384A78;
 }
</style>
border-color css

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

 span { border-color: rgb(56,74,120); }

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