#384375

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

Shades of Resolution Blue #384375

Tints of Resolution Blue #384375

Color information

#384375 (or 0x384375) is unknown color: approx Resolution Blue. HEX triplet: 38, 43 and 75. RGB value is (56,67,117). Sum of RGB (Red+Green+Blue) = 56+67+117=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #384375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384375 is #C7BC8A. Grayscale: #454545. Windows color (decimal): -13089931 or 7684920. OLE color: 7684920.

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

Color convert

RGB5667117-
CMYK0.520.4300.54
HSL229.18º35.26%33.92%-
HSV(B)229.18º52.14%45.88%-
XYZ6.856.1417.65-
YUV69.41154.86118.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=23.33%
G=27.92%
B=48.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56671170.520.4300.54229.1835.2633.92
Hex384375342B036e52322
Octal7010316564530663454342
Binary11100010000111110101110100101011011011011100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384375; }

 p { color: rgb(56,67,117); }

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

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

 a { background-color: rgb(56,67,117); }

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

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

 span { border-color: rgb(56,67,117); }

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