#384477

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

Shades of Resolution Blue #384477

Tints of Resolution Blue #384477

Color information

#384477 (or 0x384477) is unknown color: approx Resolution Blue. HEX triplet: 38, 44 and 77. RGB value is (56,68,119). Sum of RGB (Red+Green+Blue) = 56+68+119=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #384477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384477 is #C7BB88. Grayscale: #464646. Windows color (decimal): -13089673 or 7816248. OLE color: 7816248.

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

Color convert

RGB5668119-
CMYK0.530.4300.53
HSL228.57º36%34.31%-
HSV(B)228.57º52.94%46.67%-
XYZ7.036.3118.3-
YUV70.23155.52117.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=23.05%
G=27.98%
B=48.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56681190.530.4300.53228.573634.31
Hex384477352B035e52422
Octal7010416765530653454442
Binary11100010001001110111110101101011011010111100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384477; }

 p { color: rgb(56,68,119); }

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

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

 a { background-color: rgb(56,68,119); }

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

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

 span { border-color: rgb(56,68,119); }

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